diff --git a/scripts/build.sh b/scripts/build.sh index 145a86bb99..26804c4e38 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -96,6 +96,7 @@ echo "Registry to write: $IMAGE_REGISTRY" # Copy Name NAME=$(get_yaml_string '.name') cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/"$NAME".pub +cp /usr/share/ublue-os/cosign.pub /usr/etc/pki/containers/cosign.pub # Work around the fact that jq doesn't have an "inplace" option FILE=/usr/etc/containers/policy.json