mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-20 17:38:08 +00:00
beacon-node-builds: drop pushing each commit
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f089923acd
commit
cef9441279
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user