Skip to content

Commit

Permalink
chore: update push-bundle command
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin committed Nov 12, 2024
1 parent c4eec38 commit b74cae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b74cae4

Please sign in to comment.