Skip to content

gitlab-ci: make push in "docker" job opt-in

gitlab.com has added pretty small quotas to free tier accounts, and this job pushes a docker image that is nearly 1GB. And those rarely get used, so this makes it opt in via a variable that can be set when manually running a job, or globally in the "CI/CD Variables" Settings.

Merge request reports