CI: disable registry caching (#30474)

* Revert "CI: separate image for docker cache (#30413)"

This reverts commit 361ffb5e54.

* Revert "CI: enable buildx for registry cache (#30473)"

This reverts commit edf90f3e76.
This commit is contained in:
Justin Newberry
2023-11-15 18:21:57 -08:00
committed by GitHub
parent edf90f3e76
commit 291c04163a
3 changed files with 3 additions and 11 deletions
+2 -1
View File
@@ -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