Skip to content

Commit

Permalink
Rename secret (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood authored and rrw-zilliqa committed Jan 30, 2024
1 parent 6ac1e0c commit 02146ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Docker Login
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Docker Metadata action
Expand Down

0 comments on commit 02146ad

Please sign in to comment.