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