We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4367b55 commit 0582cedCopy full SHA for 0582ced
1 file changed
.github/workflows/deploy-prod.yaml
@@ -171,6 +171,12 @@ jobs:
171
- name: Navigate to Docker Compose directory
172
run: cd "${{ secrets.DOCKER_DIR }}"
173
174
+ - name: Log in to Docker Hub
175
+ # This uses the official Docker login action
176
+ uses: docker/login-action@v3
177
+ with:
178
+ username: ${{ secrets.DOCKER_USERNAME }}
179
+ password: ${{ secrets.DOCKER_PASSWORD }}
180
- name: Pull latest Docker images
181
run: |
182
cd "${{ secrets.DOCKER_DIR }}"
0 commit comments