Skip to content

Commit

Permalink
fix openshift workflow build-args format
Browse files Browse the repository at this point in the history
  • Loading branch information
aorin committed Oct 17, 2024
1 parent dcd0fa5 commit bbc5ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
file: ${{ matrix.configuration.dockerfile }}
build-args: |
target: ${{ matrix.configuration.target }}
target=${{ matrix.configuration.target }}

0 comments on commit bbc5ecf

Please sign in to comment.