From edf90f3e7647bf0929f903bbcf3fc67a80ec87e9 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 15 Nov 2023 17:53:00 -0800 Subject: [PATCH] CI: enable buildx for registry cache (#30473) * just registry cache * enable buildx --- .github/workflows/setup/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/setup/action.yaml b/.github/workflows/setup/action.yaml index 8bb1ccc376..495c4745ee 100644 --- a/.github/workflows/setup/action.yaml +++ b/.github/workflows/setup/action.yaml @@ -68,8 +68,7 @@ runs: find . -type f -executable -not -perm 755 -exec chmod 755 {} \; find . -type f -not -executable -not -perm 644 -exec chmod 644 {} \; - id: setup-buildx-action - if: contains(runner.name, 'buildjet') - name: Set up Docker Buildx on buildjet to ensure a consistent cache + name: setup docker buildx for registry cache uses: docker/setup-buildx-action@v2 with: driver: docker-container