Skip to content

Commit

Permalink
fix: pass IMAGE_NAME build arg for image-info.sh (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Oct 1, 2023
1 parent 9493506 commit 07ec024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
build-args: |
IMAGE_NAME=${{ env.IMAGE_NAME }}
IMAGE_FLAVOR=${{ matrix.image_flavor }}
FEDORA_MAJOR_VERSION=${{ matrix.major_version }}
TARGET_BASE=${{ matrix.target_base }}
Expand Down

0 comments on commit 07ec024

Please sign in to comment.