mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-15 06:56:36 +00:00
Push all images in parallel for CI builds
Change-type: patch
This commit is contained in:
parent
9290ee05c1
commit
7e79462928
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user