diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18876e9..913eb3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,13 @@ stages: - build - release -Build Docker Images: + +# Notes; we want short labes so we can see what is what, and +# allow image builds on all branches because don't wan to +# deal with them on the master branch +Images: stage: images when: manual - only: - - master image: registry.gitlab.com/librewolf-community/browser/bsys5/dind tags: [autoscale] parallel: @@ -23,7 +25,6 @@ Build Docker Images: - macos-x86_64 - macos-aarch64 - dind - - windows script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com - make docker-$DISTRO @@ -45,8 +46,6 @@ Build: - fedora36 - macos-x86_64 - macos-aarch64 - # Currently broken :( - # - windows image: registry.gitlab.com/librewolf-community/browser/bsys5/dind tags: - autoscale