fixed trivial bug in hooks/post_push

master
mlan 2019-02-08 15:33:50 +01:00
parent fa5a800551
commit 1624ec0c9b
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ if [ "$CACHE_TAG" == "latest" ]; then
_docker_add_tags ${version}-full
else
_docker_add_tags ${version}${CACHE_TAG#latest}
if
fi