We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429e7dd commit 9780781Copy full SHA for 9780781
1 file changed
.github/workflows/multi-build.yaml
@@ -126,7 +126,7 @@ jobs:
126
# The cache-from and cache-to options are used to enable caching for the build process.
127
# The cache is stored in GitHub Actions cache and is scoped to the repository, branch, and platform.
128
id: build
129
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
+ uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
130
env:
131
DOCKER_BUILDKIT: 1
132
with:
0 commit comments