Prevent Docker Hub login when secrets are not available (#694)

This commit is contained in:
Frederik Ring 2025-12-09 10:17:44 +01:00 committed by GitHub
parent 4d87150f3b
commit 9213a4db55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v2
continue-on-error: true
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}