Skip to content

Commit

Permalink
Deploy to dockhub and create release in paralell within ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pocockn committed Mar 28, 2020
1 parent 082ce2b commit 1018be2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ stages:
- build
- test
- deploy
- release

build:
stage: build
Expand Down Expand Up @@ -38,7 +37,7 @@ deploy:
- docker

release:
stage: release
stage: deploy
only:
refs:
- tags
Expand Down

0 comments on commit 1018be2

Please sign in to comment.