From cef9441279a95db4eff2533ac09427838d16d874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 20 Nov 2020 17:21:39 +0100 Subject: [PATCH] beacon-node-builds: drop pushing each commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/roles/beacon-node-builds/templates/build.sh.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/beacon-node-builds/templates/build.sh.j2 b/ansible/roles/beacon-node-builds/templates/build.sh.j2 index 71b71ba..5781f76 100644 --- a/ansible/roles/beacon-node-builds/templates/build.sh.j2 +++ b/ansible/roles/beacon-node-builds/templates/build.sh.j2 @@ -39,7 +39,6 @@ popd # Add binary into a simple Alpine image docker build -t "${IMAGE}:${COMMIT_AFTER}" --build-arg=COMMIT=${COMMIT_AFTER} . docker tag "${IMAGE}:${COMMIT_AFTER}" "${IMAGE}:${TAG}" -docker push "${IMAGE}:${COMMIT_AFTER}" docker push "${IMAGE}:${TAG}" echo "SUCCESS - pushed: ${IMAGE}:${TAG}"