Skip to content

Commit

Permalink
Update calibre-fullserver-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ridgarou authored Oct 4, 2020
1 parent e099ab7 commit 793b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/calibre-fullserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: docker/build-push-action@v1.1.1
with:
# Username used to log in to a Docker registry. If not set then no login will occur
username: ${{ env.DOCKER_USERNAME # optional
username: ${{ env.DOCKER_USERNAME }} # optional
# Password or personal access token used to log in to a Docker registry. If not set then no login will occur
password: ${{ env.DOCKER_PASSWORD }} # optional
# Server address of Docker registry. If not set then will default to Docker Hub
Expand Down

0 comments on commit 793b622

Please sign in to comment.