Skip to content

Commit 3e978c1

Browse files
committed
fix(ci): facepalm
Signed-off-by: Adrien <adrien@huggingface.co>
1 parent ff24da1 commit 3e978c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Login to Registry
1414
uses: docker/login-action@v3
1515
with:
16-
username: ${{ secrets.DOCKERHUB_PASSWORD }}
17-
password: ${{ secrets.DOCKERHUB_USERNAME }}
16+
username: ${{ secrets.DOCKERHUB_USERNAME }}
17+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
1818

1919
- name: Docker metadata
2020
id: meta

0 commit comments

Comments
 (0)