mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 22:23:56 +08:00
CI: disable registry caching (#30474)
* Revert "CI: separate image for docker cache (#30413)"
This reverts commit ce7c4abe37343b78c3a0da66ec784fd71a46e53a.
* Revert "CI: enable buildx for registry cache (#30473)"
This reverts commit 528b1be03ac407184f19b8d4901cdc5a7c96e7eb.
old-commit-hash: 291c04163a
This commit is contained in:
3
.github/workflows/setup/action.yaml
vendored
3
.github/workflows/setup/action.yaml
vendored
@@ -68,7 +68,8 @@ 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
|
||||
name: setup docker buildx for registry cache
|
||||
if: contains(runner.name, 'buildjet')
|
||||
name: Set up Docker Buildx on buildjet to ensure a consistent cache
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver: docker-container
|
||||
|
||||
Reference in New Issue
Block a user