diff --git a/.github/workflows/multi-build.yml b/.github/workflows/multi-build.yml index d4ea9f2..cf30060 100644 --- a/.github/workflows/multi-build.yml +++ b/.github/workflows/multi-build.yml @@ -130,7 +130,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: