Update .gitlab-ci.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user