mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci(container): fix digest image reference for manifest
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
04786023b0
commit
24fea7b8a8
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue