From 8c20e4bbdd5a73f78acc179026dc12292a195f1c Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 29 Sep 2022 00:16:38 +0200 Subject: [PATCH] using dind image --- .gitlab-ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a04d85d..0b800ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -95,7 +102,12 @@ win64: - autoscale script: - make win64 - + + + + + + Release: stage: release when: manual