mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:27:33 +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
|
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
|
||||||
|
2
Makefile
2
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user