Skip to content

Commit

Permalink
chore: fix oras push (#933)
Browse files Browse the repository at this point in the history
The flag `--manifest-config` has changed to `--config`

Signed-off-by: Owen Rumney <[email protected]>

Signed-off-by: Owen Rumney <[email protected]>
  • Loading branch information
Owen Rumney authored Sep 10, 2022
1 parent 067ebbc commit 632ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
tags=(latest ${{ env.RELEASE_VERSION}} ${{env.MINOR_VERSION }} ${{ env.MAJOR_VERSION }})
for tag in ${tags[@]}; do
oras push ghcr.io/${{ github.repository }}:${tag} \
--manifest-config /dev/null:application/vnd.cncf.openpolicyagent.config.v1+json \
--config /dev/null:application/vnd.cncf.openpolicyagent.config.v1+json \
bundle.tar.gz:application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip
done

0 comments on commit 632ed6a

Please sign in to comment.