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
|
||||
- deploy
|
||||
|
||||
|
||||
Build Docker Images:
|
||||
stage: images
|
||||
when: manual
|
||||
|
|
@ -73,6 +74,26 @@ Build:
|
|||
reports:
|
||||
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:
|
||||
stage: release
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue