Skip to content

Commit

Permalink
fix: release workflow docker_user fix
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
  • Loading branch information
HN23 committed Mar 21, 2024
1 parent adcefa1 commit b366927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 #v3.1.0
with:
username: ${{ secrets.ANCHOREENTERPRISEWRITE_DH_USERNAME }}
username: ${{ secrets.ANCHOREINTEGRATIONSWRITE_DH_USERNAME }}
password: ${{ secrets.ANCHOREINTEGRATIONSWRITE_DH_PAT }}

- name: Build & publish release artifacts
Expand Down

0 comments on commit b366927

Please sign in to comment.