cache compose tests

This commit is contained in:
Elio Bischof
2025-06-20 09:28:52 +02:00
parent 3292968f43
commit 0461de3eab
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,8 @@ jobs:
# latest if branch is main, otherwise image version which is the pull request number
BAKE_CLI: depot bake
DEPOT_PROJECT_ID: jp837jn3fm
FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }}
FORCE: true
# FORCE: ${{ github.event.inputs.clean-run-caches == 'true' }}
- name: Save Run Caches
uses: actions/cache/save@v4
with:

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