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:
|
reports:
|
||||||
dotenv: variables.env
|
dotenv: variables.env
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
docker-win64:
|
docker-win64:
|
||||||
stage: images
|
stage: images
|
||||||
when: manual
|
when: manual
|
||||||
only:
|
only:
|
||||||
- win64
|
- win64
|
||||||
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
|
# Needed because we aren't using our custom runners here
|
||||||
script:
|
script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
|
||||||
- make docker-win64
|
- make docker-win64
|
||||||
- docker push registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
|
- docker push registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
|
||||||
|
|
||||||
|
|
||||||
win64:
|
win64:
|
||||||
stage: build
|
stage: build
|
||||||
when: manual
|
when: manual
|
||||||
|
|
@ -96,6 +103,11 @@ win64:
|
||||||
script:
|
script:
|
||||||
- make win64
|
- make win64
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Release:
|
Release:
|
||||||
stage: release
|
stage: release
|
||||||
when: manual
|
when: manual
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue