use cache

This commit is contained in:
Elio Bischof
2025-06-16 20:19:49 +02:00
parent 2bc2292d79
commit 1531ed0c7d
2 changed files with 3 additions and 2 deletions

View File

@@ -19,8 +19,9 @@ jobs:
use: true use: true
name: gha-builder name: gha-builder
cleanup: false cleanup: false
- run: docker buildx du - run: docker buildx du --builder gha-builder
- name: Build via Make - name: Build via Make
run: make login-lint run: make login-lint
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: docker buildx du --builder gha-builder

View File

@@ -33,7 +33,7 @@ login-help:
@echo " clean-cache-keys - Remove all cache keys." @echo " clean-cache-keys - Remove all cache keys."
login-lint-build: login-lint-build:
docker buildx bake --provenance=false --pull login-lint docker buildx bake --builder gha-builder --provenance=false --pull login-lint
login-lint-run: login-lint-run:
docker run --rm $(LOGIN_LINT_TAG) lint docker run --rm $(LOGIN_LINT_TAG) lint