mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:27:32 +00:00
use cache
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -13,7 +13,6 @@ jobs:
|
|||||||
- name: Set up persistent Buildx builder
|
- name: Set up persistent Buildx builder
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
driver: docker-container
|
|
||||||
install: true
|
install: true
|
||||||
use: true
|
use: true
|
||||||
- run: docker buildx du
|
- run: docker buildx du
|
||||||
|
@@ -38,7 +38,7 @@ target "login-lint" {
|
|||||||
}
|
}
|
||||||
tags = ["${LOGIN_LINT_TAG}"]
|
tags = ["${LOGIN_LINT_TAG}"]
|
||||||
output = [
|
output = [
|
||||||
"type=docker",
|
"type=docker-container",
|
||||||
]
|
]
|
||||||
cache-from = ["type=gha"]
|
cache-from = ["type=gha"]
|
||||||
cache-to = ["type=gha,ignore-error=true,mode=max"]
|
cache-to = ["type=gha,ignore-error=true,mode=max"]
|
||||||
|
Reference in New Issue
Block a user