Closed wtgee closed 4 years ago
After each release we build a new docker image from the master branch, which corresponds to the latest image.
master
latest
We should also build a develop image from the develop directory.
develop
Instructions about develop image should be added to release instructions.
Would also need to make the latest portion of the tag a build-arg in docker/cloudbuild.yaml
tag
build-arg
docker/cloudbuild.yaml
Will help resolve #22.
After each release we build a new docker image from the
master
branch, which corresponds to thelatest
image.We should also build a
develop
image from thedevelop
directory.Instructions about
develop
image should be added to release instructions.Would also need to make the
latest
portion of thetag
abuild-arg
indocker/cloudbuild.yaml
Will help resolve #22.