We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ git checkout main $ git pull
$ git checkout -b v0.0.0 $ vim Makefile # Change VERSION $ make bundle manifest-package $ git add -p $ git commit -s -m "Release v0.0.0" $ git push
$ git checkout main $ git pull $ git tag v0.0.0 $ git push --tag
$ make docker-build $ podman login quay.io $ make docker-push $ make manifest-package $ make bundle-build