Skip to content

Commit

Permalink
Disable continue-on-error for docker login step
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored and boynux committed Feb 11, 2024
1 parent 2b3c1c1 commit 486ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Login to DockerHub
id: login
uses: docker/login-action@v3
continue-on-error: true
# continue-on-error: true # Enable to test without docker hub credentials.
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 486ef50

Please sign in to comment.