diff --git a/hooks/post_push b/hooks/post_push new file mode 100644 index 0000000..004e4e8 --- /dev/null +++ b/hooks/post_push @@ -0,0 +1,4 @@ +#!/bin/bash + +docker tag $IMAGE_NAME ${repoName}:latest +docker push ${repoName}:latest