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

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