From b89c901010a868aa458978abb09b1d5b0c443a2c Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani <45800463+rchincha@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:49:00 -0700 Subject: [PATCH] fix workflow (#21) Signed-off-by: Ramkumar Chinchani --- .github/workflows/build.yaml | 2 +- images/busybox/LICENSE.md | 1 + images/busybox/README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 images/busybox/LICENSE.md create mode 100644 images/busybox/README.md diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 43fdbd0..ea17850 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -206,7 +206,7 @@ jobs: } }" > annotations.json cat annotations.json - oras push --annotation-file annotations.json zothub.io/${{ github.repository_owner }}/c3/${{ env.IMAGE }}:${{ env.IMAGE_TAG }} + oras push zothub.io/${{ github.repository_owner }}/c3/${{ env.IMAGE }}:${{ env.IMAGE_TAG }} --artifact-type "application/vnd.oci.image.config.v1+json" --annotation-file annotations.json - name: Install go uses: actions/setup-go@v3 with: diff --git a/images/busybox/LICENSE.md b/images/busybox/LICENSE.md new file mode 100644 index 0000000..3251dfb --- /dev/null +++ b/images/busybox/LICENSE.md @@ -0,0 +1 @@ +GPL-2.0-only GPL-2.0-or-later diff --git a/images/busybox/README.md b/images/busybox/README.md new file mode 100644 index 0000000..990e5b4 --- /dev/null +++ b/images/busybox/README.md @@ -0,0 +1 @@ +**busybox** is an image that contains busybox shell.