aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-08-25 21:32:05 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-08-25 21:32:05 +0200
commit6217f8001e25b945aebe0059133013b419503cdd (patch)
tree62948ac788548deea449507a109351a036657f49
parent0ec426a57b9bcdd6cbd6fe98f7e15ebfc12d0e14 (diff)
gha: temporarily pin BuildKit integration test version
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ff0f33e962..461c558dcf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,7 +128,9 @@ jobs:
name: BuildKit ref
run: |
./hack/go-mod-prepare.sh
- echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV
+# FIXME(thaJeztah) temporarily overriding version to use for tests; see https://github.com/moby/moby/pull/44028#issuecomment-1225964929
+# echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV
+ echo "BUILDKIT_REF=8e2d9b9006caadb74c1745608889a37ba139acc1" >> $GITHUB_ENV
working-directory: moby
-
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}