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 20823ea commit a66e8a2Copy full SHA for a66e8a2
hooks/post_push
@@ -8,5 +8,5 @@ source "${SCRIPT_DIR}/common"
8
for BUILD_PARAMS in $(getBuildParams); do
9
TAG=$(echo $BUILD_PARAMS | cut -d'|' -f2)
10
echo "##### Push tag ${TAG} #####"
11
- echo docker push ${DOCKER_REPO}:${TAG}
+ docker push ${DOCKER_REPO}:${TAG}
12
done
0 commit comments