Commit e2a230bb by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents 2abb7533 399080ea
...@@ -16,8 +16,8 @@ before_script: ...@@ -16,8 +16,8 @@ before_script:
build-master: build-master:
stage: build stage: build
script: script:
- docker build --pull -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-$RUNNER_ARCH . - docker build --pull -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA-$RUNNER_ARCH - docker push $CI_REGISTRY_IMAGE
only: only:
- master - master
parallel: parallel:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment