summaryrefslogtreecommitdiffstats
path: root/docker/restapi/hooks/post_push
diff options
context:
space:
mode:
Diffstat (limited to 'docker/restapi/hooks/post_push')
-rw-r--r--docker/restapi/hooks/post_push8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/restapi/hooks/post_push b/docker/restapi/hooks/post_push
deleted file mode 100644
index 26a27dd6c..000000000
--- a/docker/restapi/hooks/post_push
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-set -e
-
-docker tag "${IMAGE_NAME}" "${DOCKER_REPO}:stable"
-docker push "${DOCKER_REPO}:stable"
-
-exit $?