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 16692da commit 8ce9041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
>&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'
>&2 printf '============\n'
buildah images --format '{{.ID}}|{{.Digest}}|{{.RepoDigests}}' \
| sed -n "/${digest}/{s/|.*//p;q}" \
| xargs -n1 -- \
Expand Down

0 comments on commit 8ce9041

Please sign in to comment.