X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/e109f04e04f77ffe0d56a8737fc04d7df925b882..3a418290ec970ec7e211bb2a8ac55c19eda30c8e:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a508549..e9a4934 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,16 @@ +image: docker/compose:alpine-1.29.2 + +before_script: + - apk add build-base + - touch .env + stages: - upload upload: stage: upload + tags: + - docker except: refs: - main @@ -11,6 +19,8 @@ upload: upload_production: stage: upload + tags: + - docker only: refs: - main