diff --git a/.github/workflows/multi-build-typesense.yml b/.github/workflows/multi-build-typesense.yml index 686a23da..5b41660c 100644 --- a/.github/workflows/multi-build-typesense.yml +++ b/.github/workflows/multi-build-typesense.yml @@ -93,7 +93,7 @@ jobs: - name: Build and push by digest id: build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 env: DOCKER_BUILDKIT: 1 with: diff --git a/.github/workflows/multi-build.yml b/.github/workflows/multi-build.yml index b3a8250b..829ad72d 100644 --- a/.github/workflows/multi-build.yml +++ b/.github/workflows/multi-build.yml @@ -139,7 +139,7 @@ jobs: # The cache-from and cache-to options are used to enable caching for the build process. # The cache is stored in GitHub Actions cache and is scoped to the repository, branch, and platform. id: build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 env: DOCKER_BUILDKIT: 1 with: