re
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 4s

This commit is contained in:
2025-11-23 16:33:22 +01:00
parent 44cf5b6607
commit cc082d5e52

View File

@@ -32,7 +32,7 @@ jobs:
# ----------------------------------------------------------
- name: Log in to Gitea Container Registry
run: |
echo "${{ secrets.GITEA_REGISTRY_TOKEN }}" | \
echo "${{ secrets.REGISTRY_TOKEN }}" | \
docker login ${{ env.REGISTRY }} \
-u "${{ gitea.actor }}" --password-stdin