mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:47:33 +00:00
use cache
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -40,8 +40,6 @@ jobs:
|
||||
with:
|
||||
push: false
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
set: |
|
||||
*.cache-from=type=gha
|
||||
*.cache-to=type=gha,mode=max
|
||||
load: true
|
||||
- name: Run
|
||||
run: make login-lint
|
||||
|
@@ -1,5 +1,7 @@
|
||||
group "default" {
|
||||
targets = [
|
||||
"login-pnpm",
|
||||
"login-dev-base",
|
||||
"login-lint",
|
||||
]
|
||||
}
|
||||
@@ -11,7 +13,6 @@ variable "LOGIN_PNPM_TAG" {
|
||||
target "login-pnpm" {
|
||||
dockerfile = "dockerfiles/login-pnpm.Dockerfile"
|
||||
tags = ["${LOGIN_PNPM_TAG}"]
|
||||
output = ["type=docker"]
|
||||
}
|
||||
|
||||
variable "LOGIN_DEV_BASE_TAG" {
|
||||
@@ -24,7 +25,6 @@ target "login-dev-base" {
|
||||
login-pnpm = "target:login-pnpm"
|
||||
}
|
||||
tags = ["${LOGIN_DEV_BASE_TAG}"]
|
||||
output = ["type=docker"]
|
||||
}
|
||||
|
||||
variable "LOGIN_LINT_TAG" {
|
||||
@@ -37,7 +37,6 @@ target "login-lint" {
|
||||
login-dev-base = "target:login-dev-base"
|
||||
}
|
||||
tags = ["${LOGIN_LINT_TAG}"]
|
||||
output = ["type=docker"]
|
||||
}
|
||||
|
||||
variable "LOGIN_TEST_UNIT_TAG" {
|
||||
|
Reference in New Issue
Block a user