diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a1c4bb46..39ec9b830 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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