浏览代码

Merge pull request #44572 from crazy-max/23.0_backport_ci-buildkit-fix

[23.0 backport] ci(buildkit): update buildkit ref to fix issue with alpine image
Sebastiaan van Stijn 2 年之前
父节点
当前提交
99d5b53b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/buildkit.yml

+ 1 - 1
.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 }}