diff --git a/.github/workflows/build-backend.yaml b/.github/workflows/build-backend.yaml index 2a42247..082d512 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@b3eddbb94c4146a0988a620b01720afe50639271 + uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13 with: context: ./backend file: backend/Dockerfile diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index 3cb0cca..37644b8 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@b3eddbb94c4146a0988a620b01720afe50639271 + uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13 with: context: . file: Dockerfile