]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - .gitlab-ci.yml
Add build-base to the image
[rbdr/r.bdr.sh] / .gitlab-ci.yml
index 9f2d01067409e25cbb492706a066df6315f3cb93..1f9db5fd673821eec4f1ec2d6d89e4fd44198bc8 100644 (file)
@@ -1,15 +1,28 @@
+image: docker/compose:alpine-1.29.2
+
+before_script:
+  - apk add build-base
+
 stages:
   - upload
 
 upload:
   stage: upload
 stages:
   - upload
 
 upload:
   stage: upload
-  except: main
+  tags:
+    - docker
+  except:
+    refs:
+      - main
   script:
     - make upload
 
 upload_production:
   stage: upload
   script:
     - make upload
 
 upload_production:
   stage: upload
-  only: main
+  tags:
+    - docker
+  only:
+    refs:
+      - main
   environment: production
   script:
     - make upload
   environment: production
   script:
     - make upload