Skip to content

Commit

Permalink
DOCKER_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror authored Jul 4, 2023
1 parent 5a9626e commit acd0b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build Image
Expand Down

0 comments on commit acd0b7c

Please sign in to comment.