ci: update buildkit to fix integration tests

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit dc30785947)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
CrazyMax 2023-01-09 20:13:34 +01:00 committed by Sebastiaan van Stijn
parent 8f5bbc24ef
commit 4d7792417e
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -71,7 +71,7 @@ jobs:
run: |
# 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=d77361423c88cc2a0d19e285ec3599022e92571f" >> $GITHUB_ENV
echo "BUILDKIT_REF=3a391492c9d0b7428b6dcaa18c5aa3b5951fdacd" >> $GITHUB_ENV
working-directory: moby
-
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}