Clarify container naming
This commit is contained in:
@@ -27,11 +27,11 @@ Given a registry user `$USER`, every run of this script will do the following fo
|
||||
* For each container `$CONTAINER` to build from this repository:
|
||||
* `cd` into the relative path
|
||||
* Build the container using the specified Dockerfile
|
||||
* Push the image as `$USER/$REPO:$COMMIT_SHA`
|
||||
* Push the image as `$USER/$REPO:bleeding`
|
||||
* Push the image as `$USER/$REPO-$CONTAINER:$COMMIT_SHA`
|
||||
* Push the image as `$USER/$REPO-$CONTAINER:bleeding`
|
||||
* If the ref is a tag
|
||||
* Push the image as `$USER/$REPO:$TAG`
|
||||
* Push the image as `$USER/$REPO:latest`
|
||||
* Push the image as `$USER/$REPO-$CONTAINER:$TAG`
|
||||
* Push the image as `$USER/$REPO-$CONTAINER:latest`
|
||||
|
||||
Pretty straightforward, pretty intuitive. Every build updates `:bleeding`, tags update `:latest`.
|
||||
|
||||
|
Reference in New Issue
Block a user