X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/96fa45d2a28a2bc75aeac3cba5cdab86ac4f4d22..6a20801317dee91c4e0c23c4f4d914201b7e3489:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8e8ac1..bea5465 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,15 +3,21 @@ stages: upload: stage: upload - except:refs: - - main + tags: + - docker + except: + refs: + - main script: - make upload upload_production: stage: upload - only:refs: - - main + tags: + - docker + only: + refs: + - main environment: production script: - make upload