mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
CI: enable buildx for registry cache (#30473)
* just registry cache * enable buildx
This commit is contained in:
3
.github/workflows/setup/action.yaml
vendored
3
.github/workflows/setup/action.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user