require package registry credential
Test, Build and Push Container Image / build (push) Failing after 33s

This commit is contained in:
2026-09-17 19:53:07 +02:00
parent fff8153639
commit c2399fe311
+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.GITHUB_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login "$REGISTRY" -u "${{ github.actor }}" --password-stdin
- name: Build and push image
run: |