Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schneck committed Mar 18, 2017
1 parent 07a5ec7 commit e30a4f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .build/trigger_dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ URLS=(
)
PAYLOAD='{"source_type": "Tag", "source_name": "'$DOCKER_TAG'"}'

if [[ $DOCKER_TAG == "master" ]] ; then
PAYLOAD='{"docker_tag": "'latest'"}'
fi

#Loop
for URL in "${URLS[@]}"
do
Expand Down

0 comments on commit e30a4f6

Please sign in to comment.