Skip to content

Commit

Permalink
.github: fix path to index.json
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Nov 4, 2023
1 parent b82e5a5 commit d045ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
tar xf $file
rsync -a $(basename $file .tar.gz)/ rootfs-oci/
done
jq -s '.[0].manifests=[.[].manifests|add]|.[0]' curios-*/index.json > rootfs-oci/index.json
jq -s '.[0].manifests=[.[].manifests|add]|.[0]' curios-*/rootfs-oci/index.json > rootfs-oci/index.json
echo "Resulting index.json ====================================="
cat rootfs-oci/index.json
- name: Log in to registry
Expand Down

0 comments on commit d045ae9

Please sign in to comment.