]> 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 a50854930df126d45cc91bc5c6a1cb688458e027..1f9db5fd673821eec4f1ec2d6d89e4fd44198bc8 100644 (file)
@@ -1,8 +1,15 @@
+image: docker/compose:alpine-1.29.2
+
+before_script:
+  - apk add build-base
+
 stages:
   - upload
 
 upload:
   stage: upload
 stages:
   - upload
 
 upload:
   stage: upload
+  tags:
+    - docker
   except:
     refs:
       - main
   except:
     refs:
       - main
@@ -11,6 +18,8 @@ upload:
 
 upload_production:
   stage: upload
 
 upload_production:
   stage: upload
+  tags:
+    - docker
   only:
     refs:
       - main
   only:
     refs:
       - main