second try
This commit is contained in:
parent
8c20e4bbdd
commit
5b17eafc1f
1 changed files with 4 additions and 7 deletions
|
|
@ -77,8 +77,6 @@ Build:
|
|||
dotenv: variables.env
|
||||
|
||||
|
||||
|
||||
|
||||
docker-win64:
|
||||
stage: images
|
||||
when: manual
|
||||
|
|
@ -86,12 +84,15 @@ docker-win64:
|
|||
- win64
|
||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||
# Needed because we aren't using our custom runners here
|
||||
services:
|
||||
- docker:dind
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
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
|
||||
|
|
@ -104,10 +105,6 @@ win64:
|
|||
- make win64
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Release:
|
||||
stage: release
|
||||
when: manual
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue