Skip to content

Commit

Permalink
fix(image-signing): L29 update-policy.json -> updated-policy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Jun 16, 2024
1 parent a38a24b commit 6d38a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/base/image-signing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jq '.transports.docker |=
}
+ .' "$FILE" > updated-policy.json

mv update-policy.json "$FILE"
mv updated-policy.json "$FILE"

cp /usr/etc/containers/registries.d/ublue-os.yaml /usr/etc/containers/registries.d/"$IMAGE_NAME".yaml
sed -i "s ghcr.io/ublue-os $IMAGE_REGISTRY g" /usr/etc/containers/registries.d/"$IMAGE_NAME".yaml

0 comments on commit 6d38a0f

Please sign in to comment.