Skip to content

Commit

Permalink
fix: udpate matrix strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed May 8, 2024
1 parent be102db commit 2895ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
platforms: "linux/amd64, linux/arm64"
release: true
image_name: "${{matrix.baseimage}}-behave"
build_args: "SELENIUM_BASE=docker.io/selenium/${{ matrix.baseimage }}:${{ matrix.baseversion }}"
build_args: |
SELENIUM_BASE=docker.io/selenium/${{ matrix.baseimage }}:${{ matrix.baseversion }}

0 comments on commit 2895ba4

Please sign in to comment.