Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
fix workflow (#21)
Browse files Browse the repository at this point in the history

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha authored Sep 15, 2022
1 parent 58107b0 commit b89c901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions images/busybox/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GPL-2.0-only GPL-2.0-or-later
1 change: 1 addition & 0 deletions images/busybox/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**busybox** is an image that contains busybox shell.

0 comments on commit b89c901

Please sign in to comment.