Skip to content

Commit

Permalink
fix: docker login username and password (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyXia1994 authored Jul 14, 2023
1 parent d30e64d commit adf42ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# <--- End --->
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit adf42ca

Please sign in to comment.