Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Oct 18, 2023
1 parent 4122e76 commit b31cce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
done \
| jq -rs 'add|add[]' \
| while read tag arch digest ; do
>&2 printf '============\n'
>&2 printf 'tag=%s arch=%s digest=%s\n' ${tag} ${arch} ${digest}
>&2 buildah images --format '{{.ID}}{{.Digest}} {{.Name}}'
>&2 printf '------------\n'
buildah images --format '{{.ID}}{{.Digest}}' \
| sed -n "s/${digest}//p" \
| xargs -n1 -- \
Expand Down

0 comments on commit b31cce8

Please sign in to comment.