diff --git a/delivery.yaml b/delivery.yaml index 8052a536e..4f9762072 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -21,6 +21,8 @@ pipeline: ./build.sh --build-arg PGVERSION=$PGVERSION --build-arg COMPRESS=$COMPRESS -t $IMAGE . docker images + + if [ "$COMPRESS" == "true" ]; then docker push $IMAGE; fi - id: tag-spilo type: script requires_human_approval: true