summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKevin Alvarez <crazy-max@users.noreply.github.com>2022-12-02 18:45:45 +0100
committerCrazyMax <crazy-max@users.noreply.github.com>2022-12-02 18:45:53 +0100
commit381fa4afcae723de811b1bd1c330a5ad4a8d5952 (patch)
tree7fdd074bd308c5176e40b92e325a6a386b1e951b /.github
parentcd8a090e6755bee0bdd54ac8a894b15881787097 (diff)
downloaddocker-381fa4afcae723de811b1bd1c330a5ad4a8d5952.tar.gz
ci(buildkit): update buildkit ref to fix issue with alpine image
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/buildkit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml
index 954c006c0d..d9de83a471 100644
--- a/.github/workflows/buildkit.yml
+++ b/.github/workflows/buildkit.yml
@@ -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 }}