We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198f603 commit c0b8562Copy full SHA for c0b8562
.github/workflows/deploy.yml
@@ -104,7 +104,7 @@ jobs:
104
uses: docker/setup-buildx-action@v3
105
106
- name: Build and push backend image
107
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v5
108
with:
109
context: ./backend
110
push: true
@@ -192,7 +192,7 @@ jobs:
192
193
194
- name: Build and push frontend image
195
196
197
context: .
198
file: frontend/Dockerfile
0 commit comments