Update manual Docker login in deploy-image.yml with static registry and user credentials
Build and Push Docker Image / build-and-push (push) Failing after 9s

This commit is contained in:
2026-06-30 09:22:54 +02:00
parent ab514c50bf
commit 644e1baffb
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
TOKEN: ${{ secrets.REGISTRY_TOKEN }} TOKEN: ${{ secrets.REGISTRY_TOKEN }}
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login "${{ steps.meta.outputs.registry }}" -u "${{ steps.meta.outputs.actor }}" --password-stdin run: echo "${{ secrets.TOKEN }}" | docker login "git.mein-gateway.de" -u "thischwa" --password-stdin
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5