Skip to content

Commit e30a4f6

Browse files
author
Tobias Schneck
committed
update
1 parent 07a5ec7 commit e30a4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.build/trigger_dockerhub.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ URLS=(
1111
)
1212
PAYLOAD='{"source_type": "Tag", "source_name": "'$DOCKER_TAG'"}'
1313

14+
if [[ $DOCKER_TAG == "master" ]] ; then
15+
PAYLOAD='{"docker_tag": "'latest'"}'
16+
fi
17+
1418
#Loop
1519
for URL in "${URLS[@]}"
1620
do

0 commit comments

Comments
 (0)