ci(container): fix digest image reference for manifest

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2026-03-19 16:29:47 -04:00
parent 04786023b0
commit 24fea7b8a8
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

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