login token
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
Gitea Actions Demo 2 / Builder (pull_request) Failing after 1m37s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped

This commit is contained in:
Patrick
2025-11-04 13:55:38 +01:00
parent dc151f705e
commit d0312ba705

View File

@ -62,7 +62,7 @@ jobs:
GITEA_REGISTRY_URL: ${{ vars.REGISTRY_URL }} GITEA_REGISTRY_URL: ${{ vars.REGISTRY_URL }}
#GITEA_REGISTRY_URL: ${{ secrets.REGISTRY_URL }} #GITEA_REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
IMAGE_NAME: my-app-backend IMAGE_NAME: my-app-backend
APP_VERSION: v1.0.0 | 'latest' APP_VERSION: v1.0.0
#IMAGE_NAME: ${{ vars.IMAGE_NAME }} #IMAGE_NAME: ${{ vars.IMAGE_NAME }}
OWNER: ${{ gitea.actor }} OWNER: ${{ gitea.actor }}
run: | run: |