mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-22 02:08:12 +08:00
.gitlab-ci.yml: update tags of docker images
This commit is contained in:
parent
baabe463b4
commit
076df51125
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user