diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e533a6..d2d40217 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Build and push Docker image id: build-prod - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc with: context: . push: true @@ -114,7 +114,7 @@ jobs: - name: Build and push Docker image id: build-staging - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc with: context: . push: true