Skip to content

Commit 1f9f24f

Browse files
authored
Fix Docker password value variable name
1 parent 0582ced commit 1f9f24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
uses: docker/login-action@v3
177177
with:
178178
username: ${{ secrets.DOCKER_USERNAME }}
179-
password: ${{ secrets.DOCKER_PASSWORD }}
179+
password: ${{ secrets.DOCKER_PAT }}
180180
- name: Pull latest Docker images
181181
run: |
182182
cd "${{ secrets.DOCKER_DIR }}"

0 commit comments

Comments
 (0)