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
## Motivation
The existing `deploy_validator.sh` script uses `linera:$BRANCH_NAME`
tag.
Our existing CI machinery tags every image with the branch name -
indicating that it is the latest commit for that branch.
More granular control is required on which images are used for release,
which is why we're adding the `release` suffix.
## Proposal
Add the `_release` suffix to the image tag.
## Test plan
Tested manually.
0 commit comments