Fix: Remove local deprecated docker template
[ci-management.git] / shell / docker-push.sh
diff --git a/shell/docker-push.sh b/shell/docker-push.sh
deleted file mode 100644 (file)
index 937a01a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-# Ensure we fail the job if any steps fail
-set -e -o pipefail
-
-# Push our image to wherever it's defined to go by the name
-docker push "$DOCKER_IMAGE"
-docker push "$DOCKER_IMAGE_LATEST"