Skip to content

Commit

Permalink
add debugging to build-and-push
Browse files Browse the repository at this point in the history
  • Loading branch information
joejstuart committed Jul 22, 2024
1 parent e2d5112 commit 7931904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/build-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ tkn_bundle_push() {
function save_ref() {
local output
output="$(< /dev/stdin)"
echo "${output}"
local digest
digest="$(echo "${output}" | grep -Po '@\K(sha256:[a-f0-9]*)')"

Expand Down

0 comments on commit 7931904

Please sign in to comment.