Skip to content

Commit

Permalink
fixuyo podvm mkosi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhorsman committed Sep 11, 2024
1 parent 9eabc5a commit ada5270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/podvm_mkosi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
id: binaries-image
run: |
if [ -z "${{ inputs.binaries-image }}" ]; then
echo "image=${{ inputs.registry }}/${{ github.repository }}/podvm/binaries-fedora-${{matrix.platforms.arch}}:${{ inputs.image_tag }}" | tee -a "$GITHUB_OUTPUT"
echo "image=${{ inputs.registry }}/${{ github.repository }}/podvm-binaries-fedora-${{matrix.platforms.arch}}:${{ inputs.image_tag }}" | tee -a "$GITHUB_OUTPUT"
else
echo "image=${{ inputs.binaries-image }}" | tee -a "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit ada5270

Please sign in to comment.