Skip to content

Commit

Permalink
Add elixir 1.18 image to elixir-ci builds (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorkerton authored Jan 9, 2025
1 parent d3a4725 commit 6e95255
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ jobs:
ERLANG_VERSION=26.2.5.1
DEBIAN_VERSION=bookworm-20240701-slim
- name: Build and push Debian image otp 26 elixir 1.18
uses: ./.github/actions/push-image
with:
image_name: ghcr.io/multiverse-io/elixir-ci
image_tag: 1.18.1-erlang-26.2.5.6-debian-bookworm-20241223-slim
context: ./elixir-ci/debian
registry_password: ${{ secrets.GITHUB_TOKEN }}
lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }}
build_args: |
ELIXIR_VERSION=1.18.1
ERLANG_VERSION=26.2.5.6
DEBIAN_VERSION=bookworm-20241223-slim
- name: Build and push Alpine image otp 26 elixir 1.14
uses: ./.github/actions/push-image
with:
Expand Down

0 comments on commit 6e95255

Please sign in to comment.