Skip to content

Commit

Permalink
make hub.docker update optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jan 31, 2022
1 parent 98e28d6 commit aef0b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v2
continue-on-error: true
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit aef0b7b

Please sign in to comment.