.gitlab-ci.yml: update tags of docker images

This commit is contained in:
Christopher 2021-07-09 02:07:53 +00:00
parent baabe463b4
commit 076df51125

View File

@ -7,7 +7,7 @@ stages:
- build - build
check: check:
image: docker:stable-git image: docker:git
stage: check stage: check
tags: tags:
- docker - 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 - git push --tags https://${GITLAB_USER_LOGIN}:${PERSONAL_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git
build: build:
image: arm64v8/docker:stable-git image: arm64v8/docker:git
stage: build stage: build
services: services:
- name: arm64v8/docker:stable-dind - name: arm64v8/docker:dind
alias: docker alias: docker
tags: tags:
- aarch64 - aarch64