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