diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-20 13:30:31 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-20 13:30:31 +0400 |
commit | f8411a351de07f14fdc9c9eca30109feaadf6f93 (patch) | |
tree | d3330c4187e6c4af6771b1dbfd22c92ed0e01d12 | |
parent | 226874c9d603be72699d5aa5434616efffe3f239 (diff) | |
download | pleroma-f8411a351de07f14fdc9c9eca30109feaadf6f93.tar.gz pleroma-f8411a351de07f14fdc9c9eca30109feaadf6f93.zip |
CI: Specify version fully in base image tag
-rwxr-xr-x | ci/elixir-1.13/build_and_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/elixir-1.13/build_and_push.sh b/ci/elixir-1.13/build_and_push.sh index 53af4245f..d848344a3 100755 --- a/ci/elixir-1.13/build_and_push.sh +++ b/ci/elixir-1.13/build_and_push.sh @@ -1 +1 @@ -docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13-otp24 --push . +docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13.4-otp24 --push . |