mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
don't enforce
This commit is contained in:
parent
d87c15a51b
commit
e82bd51933
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ then
|
||||||
then
|
then
|
||||||
bootc switch --mutate-in-place --enforce-container-sigpolicy --transport registry ${image_repo}/${image_name}:${image_tag}
|
bootc switch --mutate-in-place --enforce-container-sigpolicy --transport registry ${image_repo}/${image_name}:${image_tag}
|
||||||
else
|
else
|
||||||
bootc switch --mutate-in-place --enforce-container-sigpolicy --transport registry ${image_repo}/${image_name}:${image_tag}
|
bootc switch --mutate-in-place --transport registry ${image_repo}/${image_name}:${image_tag}
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ ${image_signed} == 'true' ]
|
if [ ${image_signed} == 'true' ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue