From c42b304f626ce6b25f8c17e656a5aebffeff0b34 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 27 Dec 2022 19:21:40 +0100 Subject: [PATCH] gha: update buildkit to fix integration tests full diff: https://github.com/moby/buildkit/compare/0bfcd83e6db95e6c6877ee6e5224b994cea62ba1...d77361423c88cc2a0d19e285ec3599022e92571f 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 e1242b3136..baa27a7757 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -71,7 +71,7 @@ jobs: run: | # 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=0bfcd83e6db95e6c6877ee6e5224b994cea62ba1" >> $GITHUB_ENV + echo "BUILDKIT_REF=d77361423c88cc2a0d19e285ec3599022e92571f" >> $GITHUB_ENV working-directory: moby - name: Checkout BuildKit ${{ env.BUILDKIT_REF }}