From b74cae455ca649b808cca7a863305ed639c25315 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Tue, 12 Nov 2024 13:59:39 +0600 Subject: [PATCH] chore: update push-bundle command Signed-off-by: Nikita Pivkin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e09184a..47c014ba 100644 --- a/Makefile +++ b/Makefile @@ -64,5 +64,5 @@ push-bundle: create-bundle echo "Pushing to repository: $$REPO" ;\ docker run --rm -it --net=host -v $$PWD/${BUNDLE_FILE}:/${BUNDLE_FILE} bitnami/oras:latest push \ $$REPO \ - --config "/dev/null:application/vnd.cncf.openpolicyagent.config.v1+json" \ + --artifact-type application/vnd.cncf.openpolicyagent.config.v1+json \ "$(BUNDLE_FILE):application/vnd.cncf.openpolicyagent.layer.v1.tar+gzip"