diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-20 13:12:12 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-20 13:12:12 +0400 |
commit | 226874c9d603be72699d5aa5434616efffe3f239 (patch) | |
tree | cec329a49492e5d3fc08913a505ca5cd6060d3b2 /.gitlab-ci.yml | |
parent | ad26b6d593d83ddb539a5c61ee9f639f7b40531e (diff) | |
download | pleroma-226874c9d603be72699d5aa5434616efffe3f239.tar.gz pleroma-226874c9d603be72699d5aa5434616efffe3f239.zip |
CI: Add new builders for base images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e321c978..eba769af8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: git.pleroma.social:5050/pleroma/pleroma/ci-base +image: git.pleroma.social:5050/pleroma/pleroma/ci-base:1.13.4-otp24 variables: &global_variables # Only used for the release @@ -72,7 +72,7 @@ check-changelog: tags: - amd64 -build-1.12.3: +build-1.13.4: extends: - .build_changes_policy - .using-ci-base @@ -85,7 +85,7 @@ build-1.15.7-otp-25: - .build_changes_policy - .using-ci-base stage: build - image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15 + image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 allow_failure: true script: - mix compile --force |