Skip to content

Commit

Permalink
Use correct media-type suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdarsky committed Feb 26, 2025
1 parent a92dab9 commit f143e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bootc-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
podman manifest create "${MANIFEST_NAME}"
podman manifest add \
--artifact --artifact-type application/vnd.diskimage.${{ matrix.format }}.gzip \
--artifact --artifact-type "application/vnd.diskimage.${{ matrix.format }}+gzip" \
--arch=${{ env.ARCH }} --os=linux \
"${MANIFEST_NAME}" "${DISK_IMAGE}.gz"
Expand Down

0 comments on commit f143e30

Please sign in to comment.