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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user