|
@@ -684,26 +684,37 @@ workflows:
|
|
|
- "slack/on-hold"
|
|
|
<<: *release_tag_filter
|
|
|
- docker/publish: # works on release
|
|
|
+ executor:
|
|
|
+ image: cimg/base
|
|
|
+ tag: stable-20.04
|
|
|
+ name: docker/docker
|
|
|
image: deciai/super-gradients
|
|
|
remote-docker-version: << pipeline.parameters.remote_docker_version >>
|
|
|
update-description: true
|
|
|
use-buildkit: true
|
|
|
use-remote-docker: true
|
|
|
use-docker-credentials-store: true
|
|
|
+ path: ./scripts
|
|
|
+ readme: ../README.md
|
|
|
tag: latest,${CIRCLE_TAG}
|
|
|
- extra_build_args: '--build-arg VERSION=${CIRCLE_TAG} --compress' #building from scratch as it faster and cheaper than download and retag
|
|
|
+ extra_build_args: '--build-arg VERSION=${CIRCLE_TAG}' #building from scratch as it faster and cheaper than download and retag
|
|
|
requires:
|
|
|
- "hold-sg-public-release"
|
|
|
<<: *release_tag_filter
|
|
|
- docker/publish: # works on release
|
|
|
+ executor:
|
|
|
+ image: cimg/base
|
|
|
+ tag: stable-20.04
|
|
|
+ name: docker/docker
|
|
|
image: deciai/super-gradients
|
|
|
remote-docker-version: << pipeline.parameters.remote_docker_version >>
|
|
|
- update-description: true
|
|
|
+ update-description: false
|
|
|
use-buildkit: true
|
|
|
use-remote-docker: true
|
|
|
use-docker-credentials-store: true
|
|
|
+ path: ./scripts
|
|
|
tag: ${CIRCLE_TAG}-runtime
|
|
|
- extra_build_args: '--build-arg VERSION=${CIRCLE_TAG} --build-arg DOCKER_IMAGE_TAG=11.3.1-runtime-ubuntu20.04 --compress'
|
|
|
+ extra_build_args: '--build-arg VERSION=${CIRCLE_TAG} --build-arg DOCKER_IMAGE_TAG=11.3.1-runtime-ubuntu20.04'
|
|
|
requires:
|
|
|
- "hold-sg-public-release"
|
|
|
<<: *release_tag_filter
|