Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 26s

This commit is contained in:
DariusKlein 2025-11-23 14:05:48 +01:00
parent 9a8f7d4659
commit 382b09cefb

View File

@ -17,7 +17,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ vars.REGISTRY_URL }}
username: ${{ github.actor }}
username: ${{ secrets.docker_username }}
password: ${{ secrets.docker_password }}
- uses: actions/checkout@v3
#- name: Docker login