cache compose tests

This commit is contained in:
Elio Bischof
2025-06-19 17:52:25 +02:00
parent bb3f940a2b
commit affe9893f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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() {