CI: disable docker scan, enable auto release to sandbox (#4476)

* disable docker scan

* disable nightly, enable auto release to sandbox

* remove whitespace
This commit is contained in:
Max Golionko 2023-06-30 19:45:45 +08:00 committed by Aliaksandr Valialkin
parent dcea8dedb6
commit 71e92ce7c7
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 1 additions and 4 deletions

View file

@ -75,7 +75,7 @@ vmcluster-crossbuild: \
vmcluster-freebsd-amd64 \
vmcluster-openbsd-amd64
publish: docker-scan \
publish: \
publish-vminsert \
publish-vmselect \
publish-vmstorage

View file

@ -17,9 +17,6 @@ package-base:
--tag $(BASE_IMAGE) \
deployment/docker/base
docker-scan: package-base
docker scan --severity=medium --accept-license $(BASE_IMAGE) || (echo "❌ The build has been terminated because critical vulnerabilities were found in $(BASE_IMAGE)"; exit 1)
package-builder:
(docker image ls --format '{{.Repository}}:{{.Tag}}' | grep -q '$(BUILDER_IMAGE)$$') \
|| docker build \