Skip to content

Commit c0b8562

Browse files
FIX: Downgrade to docker/build-push-action@v5 to resolve Persistent 429 errors
1 parent 198f603 commit c0b8562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
uses: docker/setup-buildx-action@v3
105105

106106
- name: Build and push backend image
107-
uses: docker/build-push-action@v6
107+
uses: docker/build-push-action@v5
108108
with:
109109
context: ./backend
110110
push: true
@@ -192,7 +192,7 @@ jobs:
192192
uses: docker/setup-buildx-action@v3
193193

194194
- name: Build and push frontend image
195-
uses: docker/build-push-action@v6
195+
uses: docker/build-push-action@v5
196196
with:
197197
context: .
198198
file: frontend/Dockerfile

0 commit comments

Comments
 (0)