mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-23 17:53:32 +00:00
Push all images in parallel for CI builds
Change-type: patch
This commit is contained in:
@ -104,11 +104,11 @@ export DOCKER_BUILD_OPTIONS="${DOCKER_BUILD_OPTIONS} --cache-from ${NODE_IMAGE}"
|
||||
make IMAGE=$TARGET_IMAGE supervisor
|
||||
|
||||
if [ "$PUSH_IMAGES" = "true" ]; then
|
||||
make IMAGE=$TARGET_IMAGE deploy
|
||||
make IMAGE=$TARGET_IMAGE deploy &
|
||||
|
||||
if [ -n "$EXTRA_TAG" ]; then
|
||||
docker tag $TARGET_IMAGE balena/$ARCH-supervisor:$EXTRA_TAG
|
||||
make IMAGE=balena/$ARCH-supervisor:$EXTRA_TAG deploy
|
||||
make IMAGE=balena/$ARCH-supervisor:$EXTRA_TAG deploy &
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user