From 33b55efc92058ce857c08a629663870b737b856f Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Fri, 13 Jan 2023 22:50:20 +0200 Subject: [PATCH] fix(ci): do not build zot container image for the annotation tests (#1110) Signed-off-by: Andrei Aaron Signed-off-by: Andrei Aaron --- test/blackbox/annotations.bats | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/blackbox/annotations.bats b/test/blackbox/annotations.bats index 534e48da..609988f8 100644 --- a/test/blackbox/annotations.bats +++ b/test/blackbox/annotations.bats @@ -47,6 +47,10 @@ EOF org.opencontainers.image.description: \${{DESCRIPTION}} org.opencontainers.image.licenses: \${{LICENSES}} org.opencontainers.image.vendor: \${{VENDOR}} +EOF + cat > ${BATS_FILE_TMPDIR}/Dockerfile<