mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
pull
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -44,5 +44,6 @@ jobs:
|
||||
targets: login-pnpm,login-dev-base,login-lint
|
||||
provenance: false
|
||||
load: true
|
||||
pull: true
|
||||
- run: ls -la
|
||||
if: always()
|
||||
|
@@ -16,7 +16,6 @@ target "login-pnpm" {
|
||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
||||
]
|
||||
cache-to = [
|
||||
{ "type": "inline" },
|
||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
||||
]
|
||||
}
|
||||
@@ -32,7 +31,6 @@ target "login-dev-base" {
|
||||
{"type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}"}
|
||||
]
|
||||
cache-to = [
|
||||
{ "type": "inline" },
|
||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
||||
]
|
||||
}
|
||||
@@ -48,7 +46,6 @@ target "login-lint" {
|
||||
{"type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}"}
|
||||
]
|
||||
cache-to = [
|
||||
{ "type": "inline"},
|
||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user