Skip to content

Commit

Permalink
Bump alpine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorkerton committed Jun 25, 2024
1 parent 1a9d9b7 commit 8c2cb5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@ jobs:
uses: ./.github/actions/push-image
with:
image_name: ghcr.io/multiverse-io/elixir-ci
image_tag: 1.15.7-erlang-26.1.2-alpine-3.18.4
image_tag: 1.15.8-erlang-26.2.5-alpine-3.20.1
context: ./elixir-ci/alpine
registry_password: ${{ secrets.GITHUB_TOKEN }}
lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }}
build_args: |
ELIXIR_VERSION=1.15.7
ERLANG_VERSION=26.1.2
ALPINE_VERSION=3.18.4
ELIXIR_VERSION=1.15.8
ERLANG_VERSION=26.2.5
ALPINE_VERSION=3.20.1
- name: Build and push Alpine image otp 26
uses: ./.github/actions/push-image
with:
image_name: ghcr.io/multiverse-io/elixir-ci
image_tag: 1.14.5-erlang-26.1.2-alpine-3.18.4
image_tag: 1.14.5-erlang-26.2.5-alpine-3.20.1
context: ./elixir-ci/alpine
registry_password: ${{ secrets.GITHUB_TOKEN }}
lacework_access_token: ${{ secrets.LW_ACCESS_TOKEN }}
build_args: |
ELIXIR_VERSION=1.14.5
ERLANG_VERSION=26.1.2
ALPINE_VERSION=3.18.4
ERLANG_VERSION=26.2.5
ALPINE_VERSION=3.20.1
- name: Build and push Debian image
uses: ./.github/actions/push-image
Expand Down

0 comments on commit 8c2cb5e

Please sign in to comment.