CI: enable buildx for registry cache (#30473)

* just registry cache

* enable buildx
old-commit-hash: edf90f3e7647bf0929f903bbcf3fc67a80ec87e9
This commit is contained in:
Justin Newberry
2023-11-15 17:53:00 -08:00
committed by GitHub
parent 7ddb398d2f
commit 48ac234374
+1 -2
View File
@@ -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