tag images
Some checks failed
ci/woodpecker/push/build-docker Pipeline failed

This commit is contained in:
Floatingghost 2024-01-01 20:58:03 +00:00
parent b86845cd69
commit d89ca211b1

View file

@ -7,15 +7,24 @@ matrix:
OTP_VERSION:
- 25.3.2.8
- 26.2.1
TAG:
- 1.14-otp25
- 1.15-otp25
- 1.15-otp26
- 1.16-otp26
include:
- ELIXIR_VERSION: 1.14.5
OTP_VERSION: 25.3.2.8
TAG: 1.14-otp25
- ELIXIR_VERSION: 1.15.7
OTP_VERSION: 25.3.2.8
TAG: 1.15-otp25
- ELIXIR_VERSION: 1.15.7
OTP_VERSION: 26.2.1
TAG: 1.15-otp26
- ELIXIR_VERSION: 1.16.0
OTP_VERSION: 26.2.1
TAG: 1.16-otp26
variables:
@ -36,6 +45,6 @@ pipeline:
repo: akkoma/ci-base
dockerfile: Dockerfile
platforms: linux/amd64,linux/arm64/v8
tag: test
tag: ${TAG}
build_args:
- TAG: ${ELIXIR_VERSION}-erlang-${OTP_VERSION}-alpine-3.18.4