added docker-win64 and win64
This commit is contained in:
parent
93ce41979c
commit
7fc6291973
1 changed files with 21 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ stages:
|
||||||
- release
|
- release
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
|
||||||
Build Docker Images:
|
Build Docker Images:
|
||||||
stage: images
|
stage: images
|
||||||
when: manual
|
when: manual
|
||||||
|
|
@ -73,6 +74,26 @@ Build:
|
||||||
reports:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
|
|
||||||
|
docker-win64:
|
||||||
|
stage: images
|
||||||
|
when: manual
|
||||||
|
only:
|
||||||
|
- win64
|
||||||
|
script:
|
||||||
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
|
||||||
|
- make docker-win64
|
||||||
|
- docker push registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
|
||||||
|
win64:
|
||||||
|
stage: build
|
||||||
|
when: manual
|
||||||
|
only:
|
||||||
|
- win64
|
||||||
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
|
||||||
|
tags:
|
||||||
|
- autoscale
|
||||||
|
script:
|
||||||
|
- make win64
|
||||||
|
|
||||||
Release:
|
Release:
|
||||||
stage: release
|
stage: release
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue