mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:27:32 +00:00
use cache
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -19,8 +19,9 @@ jobs:
|
||||
use: true
|
||||
name: gha-builder
|
||||
cleanup: false
|
||||
- run: docker buildx du
|
||||
- run: docker buildx du --builder gha-builder
|
||||
- name: Build via Make
|
||||
run: make login-lint
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: docker buildx du --builder gha-builder
|
||||
|
2
Makefile
2
Makefile
@@ -33,7 +33,7 @@ login-help:
|
||||
@echo " clean-cache-keys - Remove all cache keys."
|
||||
|
||||
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:
|
||||
docker run --rm $(LOGIN_LINT_TAG) lint
|
||||
|
Reference in New Issue
Block a user