Skip to content

Commit

Permalink
push upstream (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader authored Aug 6, 2024
1 parent 3740b6e commit 7494da4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/reusable_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ on:
type: string
multi_arch:
required: false
type: boolean
type: boolean
build_platforms:
required: false
type: string
default: linux/amd64, linux/arm64
secrets:
QUAY_NAMESPACE:
required: false
Expand All @@ -37,7 +41,7 @@ on:
env:
QUAY_TAG_ROOT: quay.io/${{ secrets.QUAY_NAMESPACE }}/${{ inputs.image_name }}
QUAY_IMG_EXP: 0
BUILD_PLATFORMS: linux/amd64, linux/arm64


jobs:
act-build:
Expand Down Expand Up @@ -98,7 +102,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
context: .
platforms: ${{ env.BUILD_PLATFORMS }}
platforms: ${{ inputs.build_platforms }}
tags: ${{ env.IMAGE_TAGS }}
containerfiles: |
./Dockerfile
Expand Down

0 comments on commit 7494da4

Please sign in to comment.