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
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker-container
|
||||
install: true
|
||||
use: true
|
||||
- run: docker buildx du
|
||||
|
@@ -38,7 +38,7 @@ target "login-lint" {
|
||||
}
|
||||
tags = ["${LOGIN_LINT_TAG}"]
|
||||
output = [
|
||||
"type=docker",
|
||||
"type=docker-container",
|
||||
]
|
||||
cache-from = ["type=gha"]
|
||||
cache-to = ["type=gha,ignore-error=true,mode=max"]
|
||||
|
Reference in New Issue
Block a user