ci(container): fix digest image reference for manifest (#5219)

This commit is contained in:
Seth Flynn 2026-03-19 20:57:09 +00:00 committed by GitHub
commit 5cf20d935d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,7 @@ jobs:
IMAGE_NAME: ${{ needs.build.outputs.image-name }}
run: |
podman manifest create "$IMAGE_NAME" \
$(printf "$IMAGE_NAME:%s " *)
$(printf "$IMAGE_NAME@sha256:%s " *)
- name: Push manifest
uses: redhat-actions/push-to-registry@v2