Skip to content

Commit

Permalink
export IID_FILE (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksn authored Oct 18, 2024
1 parent 515f16e commit 3da202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/publish-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ runs:
shell: bash
if: ${{ inputs.push-to-prime == true || inputs.push-to-prime == 'true' }}
run: |
IID_FILE=$(mktemp)
export IID_FILE=$(mktemp)
export IID_FILE_FLAG="--iidfile ${IID_FILE}"
make ${{ inputs.make-target }}
Expand Down

0 comments on commit 3da202f

Please sign in to comment.