Merge branch 'auto-releases' into 'master'
Update .gitlab-ci.yml See merge request uxf/vnc-hybridauth2!16
This commit is contained in:
+2
-2
@@ -66,7 +66,7 @@ prod_deploy:
|
||||
- docker tag $DEV_TAG $PROD_IMAGE
|
||||
- docker push $PROD_IMAGE
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG =~ /^prod\-(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/i
|
||||
- if: $CI_COMMIT_TAG =~ /^prod-.*/
|
||||
|
||||
stable_deploy:
|
||||
before_script:
|
||||
@@ -84,7 +84,7 @@ stable_deploy:
|
||||
- docker tag $DEV_TAG $STABLE_IMAGE
|
||||
- docker push $STABLE_IMAGE
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG =~ /^stable\-(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)$/i
|
||||
- if: $CI_COMMIT_TAG =~ /^stable-.*/
|
||||
|
||||
successful-results:
|
||||
image: eu.gcr.io/vnc-development/docker-vnc-deb-builder:latest
|
||||
|
||||
Reference in New Issue
Block a user