diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b2300b..c5c4da0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,7 +112,7 @@ jobs: - name: Build and push frontend image if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v7 with: context: . file: frontend/Dockerfile @@ -124,7 +124,7 @@ jobs: - name: Build and push backend image if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v7 with: context: . file: backend/BitFlow.API/Dockerfile