Skip to content
Snippets Groups Projects
Commit 4af08ed4 authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

:twisted_rightwards_arrows: Merge branch 'release/1.0.0'

parents 02251497 423f58ac
Branches
No related merge requests found
......@@ -10,19 +10,19 @@ before_script:
- echo $DOCKERHUB_PASSWD | docker login -u gafhyb --password-stdin
b:docker:
image: docker:19.03.12
image: docker:20.10
stage: build
services:
- docker:19.03.12-dind
- docker:20.10-dind
script:
- docker build --pull -t $CONTAINER_TEST_IMAGE -f Dockerfile .
- docker push $CONTAINER_TEST_IMAGE
r:docker:
stage: release
image: docker:19.03.12
image: docker:20.10
services:
- docker:19.03.12-dind
- docker:20.10-dind
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker tag $CONTAINER_TEST_IMAGE $CONTAINER_RELEASE_IMAGE
......
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