Skip to content

Commit

Permalink
.github: no output directory, use rootfs-oci directly
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 d045ae9 commit b129807
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 @@ -86,6 +86,6 @@ jobs:
[ "$VERSION" == "main" ] && VERSION=edge
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
cd output/${{ steps.vars.outputs.dir }}
ls -l
ls -l rootfs-oci/
skopeo copy oci:rootfs-oci:$VERSION docker://$IMAGE_ID:$VERSION

0 comments on commit b129807

Please sign in to comment.