diff --git a/.github/workflows/build-backend.yaml b/.github/workflows/build-backend.yaml index ab60ca9..fa821b9 100644 --- a/.github/workflows/build-backend.yaml +++ b/.github/workflows/build-backend.yaml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c with: context: ./backend file: backend/Dockerfile diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index 118397b..78e079d 100644 --- a/.github/workflows/build-frontend.yaml +++ b/.github/workflows/build-frontend.yaml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c with: context: . file: Dockerfile