Skip to content

Commit

Permalink
🌱 optionally add context to buildah-build (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager authored Apr 4, 2024
1 parent fe0c8c6 commit 1ca9fc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ on:
required: false
extra-args:
description: "Extra args to be passed to buildah bud. Separate arguments by newline. Do not use quotes."
default: ''
default: ""
required: false
type: string
context:
description: "Path to directory to use as the build context."
default: "."
required: false
type: string
secrets:
Expand Down Expand Up @@ -96,6 +101,7 @@ jobs:
archs: ${{ matrix.architecture }}
labels: ${{ steps.meta.outputs.labels }}
containerfiles: ${{ inputs.containerfile }}
context: ${{ inputs.context }}

- name: Push To Quay
uses: redhat-actions/push-to-registry@main
Expand Down

0 comments on commit 1ca9fc3

Please sign in to comment.