Skip to content

Commit 663b996

Browse files
committed
chore(ci): docker-scan debian tag check
1 parent 51b1170 commit 663b996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script/release-workflow/docker-scan.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -euo >/dev/null
55
script_dir=$(cd "$(dirname $0)" && pwd)
66

77
ARCH=${ARCH:-'amd64'}
8-
${script_dir}/../scan.sh ${DOCKER_IMAGE_ORG_AND_NAME}:latest-${ARCH}
8+
DEBIAN=${IS_DEBIAN:+"-debian"}
9+
${script_dir}/../scan.sh ${DOCKER_IMAGE_ORG_AND_NAME}:latest-${ARCH}${DEBIAN}

0 commit comments

Comments
 (0)