use OTP_VERSION tag
This commit is contained in:
parent
d85ad5e501
commit
b8ec5f21d1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue