Skip to content

Commit

Permalink
incorrect env variable name for docker hub login
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHaiden authored Jun 19, 2023
1 parent 4bf71f8 commit 54e40f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB.PASSWORD }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set current date for image building
run: echo "DATE=$(date +%s)" >> $GITHUB_ENV
Expand Down

0 comments on commit 54e40f3

Please sign in to comment.