<@U016U12E5TJ> In our case, we’re using `branch_na...
# kubernetes
f
@loud-battery-37784 In our case, we’re using
branch_names:latest
for everything except
master
&
develop
With separate repositories for each branch.
develop
and
master
branches share the same repository.
develop
will use automated
commit sha
as a tag.
master
will use hand selected (manual typed)
commit sha
as image tag from the same ECR/Docker repository as
develop
.