diff options
author | Lain Soykaf <lain@lain.com> | 2021-11-15 21:04:43 +0100 |
---|---|---|
committer | rinpatch <rin@patch.cx> | 2022-01-11 13:59:28 +0300 |
commit | e4cfdfd7018ede67610546f00d2710cc9f519e69 (patch) | |
tree | 7e1948f08541839d907cdd451ef560e0b47a566d | |
parent | a98a127718c5a58d5210de3df17281ef8cf79a99 (diff) | |
download | pleroma-e4cfdfd7018ede67610546f00d2710cc9f519e69.tar.gz pleroma-e4cfdfd7018ede67610546f00d2710cc9f519e69.zip |
CI: Upload the image for all platforms
For some reason the other platforms started failing, too. This
fixes it. Why? Don't know.
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ac30b13d..f4c759ef6 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 @@ -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 @@ -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 |