From: Camilla Conte Date: Mon, 22 May 2023 17:41:51 +0000 (+0100) Subject: Use docker "stable" tag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f63a67adb58478974b91f5e5c2b1222b5c7f2cc;p=qemu.git Use docker "stable" tag Use the same tag in all jobs. Signed-off-by: Camilla Conte Message-Id: <20230522174153.46801-3-cconte@redhat.com> Reviewed-by: Daniel P. Berrangé Signed-off-by: Richard Henderson --- diff --git a/.gitlab-ci.d/container-template.yml b/.gitlab-ci.d/container-template.yml index 519b8a9482..11569dd900 100644 --- a/.gitlab-ci.d/container-template.yml +++ b/.gitlab-ci.d/container-template.yml @@ -3,7 +3,7 @@ image: docker:stable stage: containers services: - - docker:dind + - docker:stable-dind before_script: - export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:latest" - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"