From 076df511258502dab69e00613ed0ce474f966410 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 9 Jul 2021 02:07:53 +0000 Subject: [PATCH] .gitlab-ci.yml: update tags of docker images --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4c61f3..26e1976 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - build check: - image: docker:stable-git + image: docker:git stage: check tags: - docker @@ -21,10 +21,10 @@ check: - git push --tags https://${GITLAB_USER_LOGIN}:${PERSONAL_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git build: - image: arm64v8/docker:stable-git + image: arm64v8/docker:git stage: build services: - - name: arm64v8/docker:stable-dind + - name: arm64v8/docker:dind alias: docker tags: - aarch64