Skip to content

Commit 4cc3aa5

Browse files
committed
ci: use moby/buildkit:latest in build action
In a0055e0, we modified the buildkit repo to point to a specific experimental version of buildkit, so we could test attestation support. Now that moby/buildkit:latest points to v0.11 which contains attestations, we can revert back to using the old tag. Signed-off-by: Justin Chadwell <[email protected]>
1 parent dd3a1db commit 4cc3aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
- 'frontend/dockerfile/docs/**'
2525

2626
env:
27-
REPO_SLUG_ORIGIN: "moby/buildkit:v0.11.0-rc4"
27+
REPO_SLUG_ORIGIN: "moby/buildkit:latest"
2828
REPO_SLUG_TARGET: "moby/buildkit"
2929
DF_REPO_SLUG_TARGET: "docker/dockerfile-upstream"
3030
PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64,linux/s390x,linux/ppc64le,linux/riscv64"

0 commit comments

Comments
 (0)