Spaces:
Running
Running
fix(ci): facepalm
Browse filesSigned-off-by: Adrien <[email protected]>
.github/workflows/deploy-prod.yml
CHANGED
@@ -13,8 +13,8 @@ jobs:
|
|
13 |
- name: Login to Registry
|
14 |
uses: docker/login-action@v3
|
15 |
with:
|
16 |
-
username: ${{ secrets.
|
17 |
-
password: ${{ secrets.
|
18 |
|
19 |
- name: Docker metadata
|
20 |
id: meta
|
|
|
13 |
- name: Login to Registry
|
14 |
uses: docker/login-action@v3
|
15 |
with:
|
16 |
+
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
17 |
+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
18 |
|
19 |
- name: Docker metadata
|
20 |
id: meta
|