[fix] When to run release builds
This commit is contained in:
parent
2bd0d5c8f8
commit
b1842587be
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ build:
|
||||||
- docker push zevaryx/jarvis-bot:$TAG
|
- docker push zevaryx/jarvis-bot:$TAG
|
||||||
|
|
||||||
release:
|
release:
|
||||||
stage: release
|
stage: build
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
tags:
|
tags:
|
||||||
- docker-build
|
- docker-build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue