mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:37:31 +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
|
targets: login-pnpm,login-dev-base,login-lint
|
||||||
provenance: false
|
provenance: false
|
||||||
load: true
|
load: true
|
||||||
|
pull: true
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
if: always()
|
if: always()
|
||||||
|
@@ -16,7 +16,6 @@ target "login-pnpm" {
|
|||||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
||||||
]
|
]
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ "type": "inline" },
|
|
||||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
{ "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}"}
|
{"type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}"}
|
||||||
]
|
]
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ "type": "inline" },
|
|
||||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
{ "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}"}
|
{"type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}"}
|
||||||
]
|
]
|
||||||
cache-to = [
|
cache-to = [
|
||||||
{ "type": "inline"},
|
|
||||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user