mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #44338 from thaJeztah/22.06_backport_buildkit_testskips
[22.06 backport] gha: update buildkit to v0.10.5-6-ge27c8e24 to skip some tests
This commit is contained in:
commit
7106874e39
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildkit.yml
vendored
4
.github/workflows/buildkit.yml
vendored
|
@ -72,9 +72,9 @@ jobs:
|
||||||
name: BuildKit ref
|
name: BuildKit ref
|
||||||
run: |
|
run: |
|
||||||
./hack/go-mod-prepare.sh
|
./hack/go-mod-prepare.sh
|
||||||
# FIXME(thaJeztah) temporarily overriding version to use for tests; see https://github.com/moby/moby/pull/44028#issuecomment-1225964929
|
# 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=$(./hack/buildkit-ref)" >> $GITHUB_ENV
|
||||||
echo "BUILDKIT_REF=8e2d9b9006caadb74c1745608889a37ba139acc1" >> $GITHUB_ENV
|
echo "BUILDKIT_REF=e27c8e24bb9ee92a170567b8b597201925ae9b8a" >> $GITHUB_ENV
|
||||||
working-directory: moby
|
working-directory: moby
|
||||||
-
|
-
|
||||||
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}
|
name: Checkout BuildKit ${{ env.BUILDKIT_REF }}
|
||||||
|
|
Loading…
Reference in a new issue