Update .gitlab-ci.yml
This commit is contained in:
parent
83ec820bf5
commit
9674f724d5
@ -8,7 +8,8 @@ before_script:
|
||||
|
||||
build-master:
|
||||
stage: build
|
||||
tags: arm64
|
||||
tags:
|
||||
- arm64
|
||||
script:
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
|
||||
- docker push "$CI_REGISTRY_IMAGE"
|
||||
@ -17,7 +18,8 @@ build-master:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
tags: arm64
|
||||
tags:
|
||||
- arm64
|
||||
script:
|
||||
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
||||
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user