diff --git a/.github/workflows/PR-Auto-Deploy-V2.yml b/.github/workflows/PR-Auto-Deploy-V2.yml index aca0c4f83..b6ab8d34c 100644 --- a/.github/workflows/PR-Auto-Deploy-V2.yml +++ b/.github/workflows/PR-Auto-Deploy-V2.yml @@ -239,7 +239,7 @@ jobs: - name: Build and push V2 image (Depot) if: env.USE_DEPOT == 'true' && steps.check-image.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/PR-Demo-Comment-with-react.yml b/.github/workflows/PR-Demo-Comment-with-react.yml index 519ad8975..23f2320c5 100644 --- a/.github/workflows/PR-Demo-Comment-with-react.yml +++ b/.github/workflows/PR-Demo-Comment-with-react.yml @@ -256,7 +256,7 @@ jobs: - name: Build and push PR-specific image (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -285,7 +285,7 @@ jobs: - name: Build and push engine image (Depot) if: env.USE_DEPOT == 'true' && needs.check-comment.outputs.enable_prototypes == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: ./engine diff --git a/.github/workflows/deploy-on-v2-commit.yml b/.github/workflows/deploy-on-v2-commit.yml index f94ded653..850dcb12e 100644 --- a/.github/workflows/deploy-on-v2-commit.yml +++ b/.github/workflows/deploy-on-v2-commit.yml @@ -107,7 +107,7 @@ jobs: - name: Build and push frontend image (Depot) if: env.USE_DEPOT == 'true' && steps.check-frontend.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -136,7 +136,7 @@ jobs: - name: Build and push backend image (Depot) if: env.USE_DEPOT == 'true' && steps.check-backend.outputs.exists == 'false' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/test-build-docker.yml b/.github/workflows/test-build-docker.yml index f020e5a0e..637318ace 100644 --- a/.github/workflows/test-build-docker.yml +++ b/.github/workflows/test-build-docker.yml @@ -157,7 +157,7 @@ jobs: - name: Build ${{ matrix.docker-rev }} (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . @@ -230,7 +230,7 @@ jobs: - name: Build docker/unoserver/Dockerfile (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: . diff --git a/.github/workflows/testdriver.yml b/.github/workflows/testdriver.yml index 7d5036964..05fce0199 100644 --- a/.github/workflows/testdriver.yml +++ b/.github/workflows/testdriver.yml @@ -83,7 +83,7 @@ jobs: - name: Build and push test image (Depot) if: env.USE_DEPOT == 'true' - uses: depot/build-push-action@5f3b3c2e5a00f0093de47f657aeaefcedff27d18 # v1.16.0 + uses: depot/build-push-action@98e78adca7817480b8185f474a400b451d74e287 # v1.16.0 with: project: ${{ vars.DEPOT_PROJECT_ID }} context: .