summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-22 14:07:55 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-22 15:07:55 +0300
commit94b054e163249723a6b3b70d39a1ca618bd7c6b1 (patch)
treef4ed0f4b0aa2903a8338299a15ee6d57cf0cb0d7
parentd56a4ece381a71692e5cda351ae3ee4351e9fc28 (diff)
fix tagging problem (#4250)
-rwxr-xr-xdocker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index 20e396a6c4..8ba7050890 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -44,6 +44,6 @@ if [ "$REPOSITORY" != "netdata" ]; then
docker tag ${REPOSITORY}:${ARCH}${VERSION} firehol/netdata:${ARCH}${VERSION}
docker push "firehol/netdata:${ARCH}${VERSION}"
done
- docker tag "${REPOSITORY}:latest"
+ docker tag "${REPOSITORY}:latest" "firehol/netdata:latest"
docker push "firehol/netdata:latest"
fi