diff options
author | rinpatch <rin@patch.cx> | 2022-01-11 20:47:02 +0000 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2022-01-11 20:47:02 +0000 |
commit | 62a45747d90c2ad400373650b9c03693acfa7708 (patch) | |
tree | 84df15744e8b23c8bd279443d648affbed960827 /.gitlab-ci.yml | |
parent | 0b2119d4a791b3623b304b0bab683609d23271d4 (diff) | |
parent | b34f0a6e514fd7e6b0920c0443a93924cd75378f (diff) | |
download | pleroma-2.4.2.tar.gz |
Merge branch 'release/2.4.2' into 'stable'v2.4.2
2.4.2 Release
See merge request pleroma/pleroma!3599
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ac30b13d..59dc60d9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -243,7 +243,7 @@ stop_review_app: amd64: stage: release - image: elixir:1.10.3 + image: elixir:1.10.4 only: &release-only - stable@pleroma/pleroma - develop@pleroma/pleroma @@ -281,7 +281,7 @@ amd64-musl: stage: release artifacts: *release-artifacts only: *release-only - image: elixir:1.10.3-alpine + image: elixir:1.10.4-alpine cache: *release-cache variables: *release-variables before_script: &before-release-musl @@ -297,7 +297,7 @@ arm: only: *release-only tags: - arm32-specified - image: arm32v7/elixir:1.10.3 + image: arm32v7/elixir:1.10.4 cache: *release-cache variables: *release-variables before_script: *before-release @@ -309,7 +309,7 @@ arm-musl: only: *release-only tags: - arm32-specified - image: arm32v7/elixir:1.10.3-alpine + image: arm32v7/elixir:1.10.4-alpine cache: *release-cache variables: *release-variables before_script: *before-release-musl @@ -321,7 +321,7 @@ arm64: only: *release-only tags: - arm - image: arm64v8/elixir:1.10.3 + image: arm64v8/elixir:1.10.4 cache: *release-cache variables: *release-variables before_script: *before-release @@ -333,7 +333,7 @@ arm64-musl: only: *release-only tags: - arm - image: arm64v8/elixir:1.10.3-alpine + image: arm64v8/elixir:1.10.4-alpine cache: *release-cache variables: *release-variables before_script: *before-release-musl |