Advanced
Push application with specific version or tag
You can specify a tag or version when pushing your application using the format biolib push myGroup/exampleApp:<tag|version>. If no version or tag is explicitly specified, the patch part of the version is automatically incremented.
Push with a semantic version:
biolib push myGroup/exampleApp:1.2.3Push with a custom tag (e.g., git commit SHA in CI/CD):
biolib push "myGroup/exampleApp:$CI_GIT_SHA"Still have a question?
If you have any questions that you can't find an answer to above, please reach out to the BioLib community.