Use docker "stable" tag

Use the same tag in all jobs.

Signed-off-by: Camilla Conte <cconte@redhat.com>
Message-Id: <20230522174153.46801-3-cconte@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Camilla Conte 2023-05-22 18:41:51 +01:00 committed by Richard Henderson
parent a878264d6c
commit 5f63a67adb
1 changed files with 1 additions and 1 deletions

View File

@ -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"