fix: copy public key to the right location (#126)
This commit is contained in:
parent
e2aae1da73
commit
cd0f836a00
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ if ! [ -f "/usr/share/ublue-os/image-info.json" ]; then
|
|||
fi
|
||||
|
||||
|
||||
mv "/usr/share/ublue-os/cosign.pub" "$CONTAINER_DIR/$IMAGE_NAME".pub
|
||||
cp "/usr/share/ublue-os/cosign.pub" "/usr/etc/pki/containers/$IMAGE_NAME.pub"
|
||||
|
||||
POLICY_FILE="$CONTAINER_DIR/policy.json"
|
||||
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue