diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 4c067cf..249ae29 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -121,7 +121,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@v6 + uses: docker/build-push-action@v7 env: DOCKER_BUILDKIT: 1 with: