We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baff816 commit aa44999Copy full SHA for aa44999
hooks/post_push
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+docker tag $IMAGE_NAME $DOCKER_REPO:latest
5
+docker push $DOCKER_REPO:latest
0 commit comments