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}"