diff --git a/.github/workflows/build-backend.yaml b/.github/workflows/build-backend.yaml index 351feef..2a42247 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@4976231911ebf5f32aad765192d35f942aa48cb8 + uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271 with: context: ./backend file: backend/Dockerfile diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index dd29c7d..3cb0cca 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@4976231911ebf5f32aad765192d35f942aa48cb8 + uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271 with: context: . file: Dockerfile