mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 11:27: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:
|
with:
|
||||||
push: false
|
push: false
|
||||||
builder: ${{ steps.buildx.outputs.name }}
|
builder: ${{ steps.buildx.outputs.name }}
|
||||||
set: |
|
load: true
|
||||||
*.cache-from=type=gha
|
|
||||||
*.cache-to=type=gha,mode=max
|
|
||||||
- name: Run
|
- name: Run
|
||||||
run: make login-lint
|
run: make login-lint
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
group "default" {
|
group "default" {
|
||||||
targets = [
|
targets = [
|
||||||
|
"login-pnpm",
|
||||||
|
"login-dev-base",
|
||||||
"login-lint",
|
"login-lint",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -11,7 +13,6 @@ variable "LOGIN_PNPM_TAG" {
|
|||||||
target "login-pnpm" {
|
target "login-pnpm" {
|
||||||
dockerfile = "dockerfiles/login-pnpm.Dockerfile"
|
dockerfile = "dockerfiles/login-pnpm.Dockerfile"
|
||||||
tags = ["${LOGIN_PNPM_TAG}"]
|
tags = ["${LOGIN_PNPM_TAG}"]
|
||||||
output = ["type=docker"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "LOGIN_DEV_BASE_TAG" {
|
variable "LOGIN_DEV_BASE_TAG" {
|
||||||
@@ -24,7 +25,6 @@ target "login-dev-base" {
|
|||||||
login-pnpm = "target:login-pnpm"
|
login-pnpm = "target:login-pnpm"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_DEV_BASE_TAG}"]
|
tags = ["${LOGIN_DEV_BASE_TAG}"]
|
||||||
output = ["type=docker"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "LOGIN_LINT_TAG" {
|
variable "LOGIN_LINT_TAG" {
|
||||||
@@ -37,7 +37,6 @@ target "login-lint" {
|
|||||||
login-dev-base = "target:login-dev-base"
|
login-dev-base = "target:login-dev-base"
|
||||||
}
|
}
|
||||||
tags = ["${LOGIN_LINT_TAG}"]
|
tags = ["${LOGIN_LINT_TAG}"]
|
||||||
output = ["type=docker"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "LOGIN_TEST_UNIT_TAG" {
|
variable "LOGIN_TEST_UNIT_TAG" {
|
||||||
|
Reference in New Issue
Block a user