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 --tagsMake sure you have access to quay.io:
Build image and push it to quay.io:
make publish-imageℹ️ For
podmanusers, it is important to doexport BUILDAH_FORMAT=dockerbeforemake publish-imageso that the built image is based on Docker manifest type.