Fix typo, build_args to build-args

This commit is contained in:
badblocks 2024-04-25 22:18:46 +00:00 committed by GitHub
parent c1927f5258
commit b6d6490316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}