Skip to content

Commit

Permalink
Add buildah sign task as image
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Feb 19, 2025
1 parent cf45e72 commit 61ac6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ spec:
echo "Mounting $IMAGE"
)
sign_cmd=$(printf "%q" "${sign_cmd_array[@]}")
buildah_cmd="$buildah_cmd && buildah mount \"$IMAGE\" && echo \"Mounting\""
buildah_cmd="$buildah_cmd && buildah from \"$IMAGE\" && echo \"Mounting $IMAGE\""
if [ "${HERMETIC}" == "true" ]; then
# enabling loopback adapter enables Bazel builds to work in hermetic mode.
Expand Down

0 comments on commit 61ac6e6

Please sign in to comment.