fix: add recipe build arg (#23)

startingpoint has been updated to use multiple recipes. currently
this process is broken as the default recipe is always used. this
fixes this by adding a build arg to the containerfile and github
workflow build.
This commit is contained in:
bpbeatty
2023-04-06 09:04:53 -05:00
committed by GitHub
parent 6f095f8bfa
commit a27e3cfa13
2 changed files with 3 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ jobs:
build-args: |
FEDORA_MAJOR_VERSION=${{ env.FEDORA_MAJOR_VERSION }}
BASE_CONTAINER_URL=${{ env.BASE_CONTAINER_URL }}
RECIPE=${{ matrix.recipe }}
labels: ${{ steps.meta.outputs.labels }}
oci: false