use OTP_VERSION tag

This commit is contained in:
FloatingGhost 2023-08-02 13:52:31 +01:00
parent d85ad5e501
commit b8ec5f21d1

View file

@ -77,7 +77,7 @@ pipeline:
- mix format --check-formatted
build:
image: akkoma/ci-base:${ELIXIR_VERSION}
image: akkoma/ci-base:${ELIXIR_VERSION}-${OTP_VERSION}
<<: *on-pr-open
environment:
MIX_ENV: test
@ -92,7 +92,7 @@ pipeline:
- mix compile
test:
image: akkoma/ci-base:${ELIXIR_VERSION}
image: akkoma/ci-base:${ELIXIR_VERSION}-${OTP_VERSION}
<<: *on-pr-open
environment:
MIX_ENV: test