CI: enable buildx for registry cache (#30473)

* just registry cache

* enable buildx
pull/30474/head
Justin Newberry 1 year ago committed by GitHub
parent 361ffb5e54
commit edf90f3e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/setup/action.yaml

@ -68,8 +68,7 @@ runs:
find . -type f -executable -not -perm 755 -exec chmod 755 {} \; find . -type f -executable -not -perm 755 -exec chmod 755 {} \;
find . -type f -not -executable -not -perm 644 -exec chmod 644 {} \; find . -type f -not -executable -not -perm 644 -exec chmod 644 {} \;
- id: setup-buildx-action - id: setup-buildx-action
if: contains(runner.name, 'buildjet') name: setup docker buildx for registry cache
name: Set up Docker Buildx on buildjet to ensure a consistent cache
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
driver: docker-container driver: docker-container

Loading…
Cancel
Save