Skip to content

Commit 20d4708

Browse files
committed
update action yml
1 parent 57c3025 commit 20d4708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Login to DockerHub
2323
uses: docker/login-action@v2
2424
with:
25-
username: ${{ secrets.DOCKERHUB_USERNAME }}
26-
password: ${{ secrets.DOCKERHUB_TOKEN }}
25+
username: ${{ secrets.DOCKERHUB_USERNAME_2 }}
26+
password: ${{ secrets.DOCKERHUB_TOKEN_2 }}
2727
- name: Login to GitHub Container Registry
2828
uses: docker/login-action@v2
2929
with:

0 commit comments

Comments
 (0)