diff --git a/scripts/docker-push.sh b/scripts/docker-push.sh index 6918571..c2273bf 100755 --- a/scripts/docker-push.sh +++ b/scripts/docker-push.sh @@ -1,6 +1,6 @@ #!/bin/sh -TAG=$(git tag) +TAG=$(git describe --exact-match --tags) LOCAL_IMAGE="athome" REGISTRY="mos4" REMOTE_IMAGE="athome"