You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI should automatically build docker images for HALO:
For Pull-requests, the images are built and tested
For merges, the images will be pushed to container registry.
The version string in tag is determined by git refs:
if the change is on master, the version should be "latest"
if the change is on git tag, the version should be git tag name.
if the change is on git branch, the version should be git branch name.
The text was updated successfully, but these errors were encountered:
CI should automatically build docker images for HALO:
For Pull-requests, the images are built and tested
For merges, the images will be pushed to container registry.
The version string in tag is determined by git refs:
if the change is on master, the version should be "latest"
if the change is on git tag, the version should be git tag name.
if the change is on git branch, the version should be git branch name.
The text was updated successfully, but these errors were encountered: