We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c896b14 commit c23e6beCopy full SHA for c23e6be
hooks/post_push
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+SHA=${SOURCE_COMMIT::8}
3
+docker tag $DOCKER_REPO:$DOCKER_TAG $DOCKER_REPO:$SHA
4
+docker push $DOCKER_REPO:$SHA
0 commit comments