mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-18 00:06:55 -04:00
ci(container): fix digest image reference for manifest
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user