use Gitea workflow registry token
Test, Build and Push Container Image / build (push) Failing after 38s

This commit is contained in:
2026-09-17 19:50:48 +02:00
parent 3c2d436fa2
commit fff8153639
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: node --check backend/src/apc/static/app.js
- name: Log in to Gitea Container Registry
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
- name: Build and push image
run: |