Skip to content

Commit b5291b1

Browse files
committed
Pass extra-args to build-push-images
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
1 parent 7d8b321 commit b5291b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/image-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
registry: "quay.io/konveyor"
6262
image_name: ${{ matrix.images.name }}
6363
containerfile: ${{ matrix.images.containerfile }}
64+
extra-args: ${{ matrix.images.extra-args }}
6465
pre_build_cmd: ${{ matrix.images.pre_build_cmd }}
6566
architectures: ${{ matrix.images.architectures }}
6667
context: ${{ matrix.images.context }}

0 commit comments

Comments
 (0)