diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-20 13:32:25 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-20 13:43:18 +0400 |
commit | f5c029524752e1820ea29f6557647823ae89ecf1 (patch) | |
tree | a8ee5a736d5fe964ed02ee90bcc4c7a9ee1412e1 /.gitlab-ci.yml | |
parent | f8411a351de07f14fdc9c9eca30109feaadf6f93 (diff) | |
download | pleroma-f5c029524752e1820ea29f6557647823ae89ecf1.tar.gz pleroma-f5c029524752e1820ea29f6557647823ae89ecf1.zip |
CI: Specify correct image name.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eba769af8..21d7b2242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: git.pleroma.social:5050/pleroma/pleroma/ci-base:1.13.4-otp24 +image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13.4-otp-24 variables: &global_variables # Only used for the release |