+image: docker/compose:alpine-1.29.2
+
+before_script:
+ - apk add build-base
+ - touch .env
+
stages:
- upload
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