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