We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3435d62 commit d65b77fCopy full SHA for d65b77f
.github/workflows/release-oci.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- master
7
+ - fix/oci-layout
8
tags:
9
- '*'
10
paths-ignore:
@@ -119,7 +120,7 @@ jobs:
119
120
run: |
121
ROOTFS_IMG=${{ env.ROOTFS_IMG }}
122
oras push ${{ steps.meta.outputs.tags }} \
- $ROOTFS_IMG:application/vnd.ironcore.image.rootfs.v1alpha1.rootfs \
123
- target/initramfs.zst:application/vnd.ironcore.image.initramfs.v1alpha1.initramfs \
124
- target/kernel/vmlinuz:application/vnd.ironcore.image.vmlinuz.v1alpha1.vmlinuz \
+ $ROOTFS_IMG:application/io.gardenlinux.squashfs \
+ target/initramfs.zst:application/io.gardenlinux.initrd \
125
+ target/kernel/vmlinuz:application/io.gardenlinux.kernel \
126
--config config.json:application/vnd.ironcore.image.config.v1alpha1+json
0 commit comments