.gitea/workflows/docker_build.yaml aktualisiert
Some checks failed
Build and push container image / build-and-push-image (push) Failing after 6m51s

This commit is contained in:
dresi 2025-11-11 07:46:59 +01:00
parent d702f46afd
commit 16cdb6a18e

View File

@ -17,11 +17,9 @@ jobs:
- name: Log in to registry - name: Log in to registry
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
#registry: ${{ env.REGISTRY_DOMAIN }}
#username: ${{ env.REGISTRY_USERNAME }}
#password: ${{ env.REGISTRY_PASSWORD }}
registry: ${{ env.REGISTRY_DOMAIN }} registry: ${{ env.REGISTRY_DOMAIN }}
username: act_runner username: ${{ env.REGISTRY_USERNAME }}
#password: ${{ env.REGISTRY_PASSWORD }}
password: LibgegWaltAtcogwecGaj@Knyajes4 password: LibgegWaltAtcogwecGaj@Knyajes4
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6