ci(buildkit): update buildkit ref to fix issue with alpine image

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 381fa4afca)
This commit is contained in:
Kevin Alvarez 2022-12-02 18:45:45 +01:00 committed by CrazyMax
parent b21e8f72f2
commit 7620f72fb8
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -72,7 +72,7 @@ jobs:
./hack/go-mod-prepare.sh
# 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=4febae4f874bd8ef52dec30e988c8fe0bc96b3b9" >> $GITHUB_ENV
echo "BUILDKIT_REF=0bfcd83e6db95e6c6877ee6e5224b994cea62ba1" >> $GITHUB_ENV
working-directory: moby
-
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}