mirror of
https://git.yrzr.tk/docker/gitlab-ce-arm64.git
synced 2024-11-22 13:08:12 +08:00
.gitlab-ci.yml: use docker:x instead of arm64v8/docker:x
This commit is contained in:
parent
f19250a691
commit
d6742b1502
@ -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:git
|
image: docker:git
|
||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- name: arm64v8/docker:dind
|
- name: docker:dind
|
||||||
alias: docker
|
alias: docker
|
||||||
tags:
|
tags:
|
||||||
- aarch64
|
- aarch64
|
||||||
|
Loading…
Reference in New Issue
Block a user