Create a new version directory under deploy/olm-catalog/
.
TBD
make build # Make sure it builds
git tag x.x.x
git push origin main --tags
Make sure you have access to quay.io:
Build image and push it to quay.io:
make publish-image
ℹ️ For
podman
users, it is important to doexport BUILDAH_FORMAT=docker
beforemake publish-image
so that the built image is based on Docker manifest type.