From 7b83e47e69d81c49d5cda1125a0d73c392bf3c4e Mon Sep 17 00:00:00 2001 From: Kevin Alvarez Date: Fri, 2 Dec 2022 18:45:45 +0100 Subject: [PATCH] ci(buildkit): update buildkit ref to fix issue with alpine image Signed-off-by: CrazyMax (cherry picked from commit 381fa4afcae723de811b1bd1c330a5ad4a8d5952) Signed-off-by: Sebastiaan van Stijn --- .github/workflows/buildkit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index bfdeda40fbedf..132dfc1490686 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -71,7 +71,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 }}