with base-tag
This commit is contained in:
parent
1dbf1eb537
commit
9ba428b6ad
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
|
base_tag="$REGISTRY/$SERVICE"
|
||||||
latest_tag="$REGISTRY/$SERVICE:latest"
|
tag="$base_tag:${COMMIT_SHA:0:10}"
|
||||||
|
latest_tag="$base_tag:latest"
|
||||||
|
|
||||||
if [[ -n $DEBUG ]]
|
if [[ -n $DEBUG ]]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user