Skip to content

Commit 6217f80

Browse files
committed
gha: temporarily pin BuildKit integration test version
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0ec426a commit 6217f80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,9 @@ jobs:
128128
name: BuildKit ref
129129
run: |
130130
./hack/go-mod-prepare.sh
131-
echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV
131+
# FIXME(thaJeztah) temporarily overriding version to use for tests; see https://github.com/moby/moby/pull/44028#issuecomment-1225964929
132+
# echo "BUILDKIT_REF=$(./hack/buildkit-ref)" >> $GITHUB_ENV
133+
echo "BUILDKIT_REF=8e2d9b9006caadb74c1745608889a37ba139acc1" >> $GITHUB_ENV
132134
working-directory: moby
133135
-
134136
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}

0 commit comments

Comments
 (0)