Skip to content

Commit

Permalink
Update publish-docker-images.yaml (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Apr 16, 2024
1 parent e8a40c0 commit d779d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Only log in to Docker Hub if the event is a release
if: ${{ inputs.environment == 'docker-publish' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Log in to the Container registry
Expand Down

0 comments on commit d779d01

Please sign in to comment.