X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/300639b4e4f9b87c2183e4e095a74e243f60bfac..6a20801317dee91c4e0c23c4f4d914201b7e3489:/.gitlab-ci.yml?ds=sidebyside diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f2d010..bea5465 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,21 @@ stages: upload: stage: upload - except: main + tags: + - docker + except: + refs: + - main script: - make upload upload_production: stage: upload - only: main + tags: + - docker + only: + refs: + - main environment: production script: - make upload