summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-10-20 18:06:31 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-10-20 23:49:26 +0200
commit201fdf67acd68b5938f4029dbf6fe0fd0d1fc280 (patch)
tree422939ab938c2a23b8783c9d73b28dddef5882b7 /.github/workflows
parent1c550c36b35382bb05b1fd4d40ff66a7f218e96b (diff)
downloaddocker-201fdf67acd68b5938f4029dbf6fe0fd0d1fc280.tar.gz
gha: update buildkit to v0.10.5-6-ge27c8e24 to skip some tests
full diff: https://github.com/moby/buildkit/compare/v0.10.5...v0.10.5-6-ge27c8e24 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/buildkit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml
index a9aec38ce4..7c6636a213 100644
--- a/.github/workflows/buildkit.yml
+++ b/.github/workflows/buildkit.yml
@@ -72,9 +72,9 @@ jobs:
name: BuildKit ref
run: |
./hack/go-mod-prepare.sh
- # FIXME(thaJeztah) temporarily overriding version to use for tests; see https://github.com/moby/moby/pull/44028#issuecomment-1225964929
+ # FIXME(thaJeztah) temporarily overriding version to use for tests; remove with the next release of buildkit
# echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV
- echo "BUILDKIT_REF=8e2d9b9006caadb74c1745608889a37ba139acc1" >> $GITHUB_ENV
+ echo "BUILDKIT_REF=e27c8e24bb9ee92a170567b8b597201925ae9b8a" >> $GITHUB_ENV
working-directory: moby
-
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}