Skip to content

Commit 8d1aab7

Browse files
committed
Use manifest inspect on the new CI
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
1 parent 69bf334 commit 8d1aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/gen_jobs.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ def gen_dockerfile_builder_job(String platform, boolean overwrite=false) {
699699
def tag = "$image-${common.git_hash_object(dockerfile)}-$arch"
700700
def cache = "$image-cache-$arch"
701701
def check_docker_image
702-
if (common.is_open_ci_env) {
702+
if (common.is_open_ci_env || common.is_new_ci_env) {
703703
check_docker_image = "docker manifest inspect $common.docker_repo:$tag >/dev/null"
704704
} else {
705705
check_docker_image = "aws ecr describe-images --region eu-west-1 --repository-name $common.docker_repo --image-ids imageTag=$tag"

0 commit comments

Comments
 (0)