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

This commit is contained in:
DariusKlein 2025-11-23 14:02:19 +01:00
parent ef4bd21f25
commit 9a8f7d4659

View File

@ -18,7 +18,7 @@ jobs:
with: with:
registry: ${{ vars.REGISTRY_URL }} registry: ${{ vars.REGISTRY_URL }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.docker_password }}
- uses: actions/checkout@v3 - uses: actions/checkout@v3
#- name: Docker login #- name: Docker login
#run: docker login docker.dariusklein.nl -p ${{secrets.docker_password}} -u ${{secrets.docker_username}} #run: docker login docker.dariusklein.nl -p ${{secrets.docker_password}} -u ${{secrets.docker_username}}