mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 19:09:16 +00:00
use cache
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
||||
- name: Build
|
||||
uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
push: false
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
load: true
|
||||
@@ -50,5 +51,3 @@ jobs:
|
||||
*.cache-from=type=gha
|
||||
*.cache-to=type=gha,mode=max
|
||||
targets: login-lint
|
||||
- name: Run
|
||||
run: make login-lint
|
||||
|
Reference in New Issue
Block a user