Use distinct Gitlab runners

poc-integration
Marco Streich 2 years ago
parent 96991585cd
commit 7c9c9f34d7

@ -15,12 +15,14 @@ before_script:
build:
stage: build
tags: [shell]
script:
- cd deploymentagent/src/deploymentagent && docker build --build-arg CI_JOB_TOKEN=$CI_JOB_TOKEN --pull -t $BUILD_IMAGE .
- docker push $BUILD_IMAGE
release:
stage: release
tags: [shell]
script:
- docker pull $BUILD_IMAGE
- docker tag $BUILD_IMAGE $RELEASE_IMAGE

Loading…
Cancel
Save