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
|
- name: Build
|
||||||
uses: docker/bake-action@v6
|
uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
|
source: .
|
||||||
push: false
|
push: false
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
load: true
|
load: true
|
||||||
@@ -50,5 +51,3 @@ jobs:
|
|||||||
*.cache-from=type=gha
|
*.cache-from=type=gha
|
||||||
*.cache-to=type=gha,mode=max
|
*.cache-to=type=gha,mode=max
|
||||||
targets: login-lint
|
targets: login-lint
|
||||||
- name: Run
|
|
||||||
run: make login-lint
|
|
||||||
|
Reference in New Issue
Block a user