Fix typo, build_args to build-args
This commit is contained in:
parent
c1927f5258
commit
b6d6490316
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
# Postfix image name with -custom to make it a little more descriptive
|
# Postfix image name with -custom to make it a little more descriptive
|
||||||
# Syntax: https://docs.github.com/en/actions/learn-github-actions/expressions#format
|
# Syntax: https://docs.github.com/en/actions/learn-github-actions/expressions#format
|
||||||
image: ${{ env.MY_IMAGE_NAME }}
|
image: ${{ env.MY_IMAGE_NAME }}
|
||||||
build_args: |
|
build-args: |
|
||||||
SOURCE_IMAGE=${{ env.SOURCE_IMAGE }}
|
SOURCE_IMAGE=${{ env.SOURCE_IMAGE }}
|
||||||
SOURCE_SUFFIX=${{ env.SOURCE_SUFFIX }}
|
SOURCE_SUFFIX=${{ env.SOURCE_SUFFIX }}
|
||||||
FEDORA_VERSION=${{ env.MAJOR_VERSION }}-${{ env.VERSION_SUFFIX }}
|
FEDORA_VERSION=${{ env.MAJOR_VERSION }}-${{ env.VERSION_SUFFIX }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue