mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:57:33 +00:00
cache compose tests
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
${{ runner.os }}-login-run-caches-
|
||||
- name: Show Run Caches
|
||||
run: make show-run-caches
|
||||
- run: make login-quality
|
||||
- run: make login-test-acceptance
|
||||
env:
|
||||
# latest if branch is main, otherwise image version which is the pull request number
|
||||
BAKE_CLI: depot bake
|
||||
|
@@ -25,7 +25,7 @@ inspect_image() {
|
||||
|
||||
get_digest() {
|
||||
local image=$1
|
||||
echo "id=$(inspect_image $image '{{ .Id }}'),digest=$(inspect_image $image '{{ index RepoDigests 0 }}')"
|
||||
echo "id=$(inspect_image $image '{{ .Id }}'),digest=$(inspect_image $image '{{ index RepoDigests 0 }}'),json=$(inspect_image $image '{{ json . }}' | base64 --wrap 0)"
|
||||
}
|
||||
|
||||
get_image_digests() {
|
||||
|
Reference in New Issue
Block a user