diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1da6a6d2b4..8ad0290e75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/scripts/run_or_skip.sh b/scripts/run_or_skip.sh index e4c30fc4be..39492cfa0d 100755 --- a/scripts/run_or_skip.sh +++ b/scripts/run_or_skip.sh @@ -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() {