using dind image
This commit is contained in:
parent
131cefa44a
commit
8c20e4bbdd
1 changed files with 13 additions and 1 deletions
|
|
@ -76,15 +76,22 @@ Build:
|
|||
reports:
|
||||
dotenv: variables.env
|
||||
|
||||
|
||||
|
||||
|
||||
docker-win64:
|
||||
stage: images
|
||||
when: manual
|
||||
only:
|
||||
- win64
|
||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||
# Needed because we aren't using our custom runners here
|
||||
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
|
||||
|
|
@ -96,6 +103,11 @@ win64:
|
|||
script:
|
||||
- make win64
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Release:
|
||||
stage: release
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue