Skip to content

Commit

Permalink
Use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Nov 23, 2023
1 parent 55e92b1 commit c69bb11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,10 @@ jobs:
file: ${{ env.DOCKER_FILE }}
target: prod
build-args: |
ELIXIR_VER=${{ env.RELEASE_ELIXIR }}
OTP_VER=${{ env.RELEASE_OTP }}
BUILD_OS_VER=${{ env.RELEASE_BUILD_OS_VER }}
PROD_OS_VER=${{ env.RELEASE_PROD_OS_VER }}
ELIXIR_VER=${{ matrix.elixir }}
OTP_VER=${{ matrix.otp }}
BUILD_OS_VER=${{ matrix.build_os_ver }}
PROD_OS_VER=${{ matrix.prod_os_ver }}
context: .
builder: ${{ steps.buildx.outputs.name }}
push: true
Expand Down

0 comments on commit c69bb11

Please sign in to comment.