mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci(container): create manifests for all tags
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
5cf20d935d
commit
b7677c81d2
1 changed files with 4 additions and 2 deletions
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
|
|
@ -160,8 +160,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: ${{ needs.build.outputs.image-name }}
|
IMAGE_NAME: ${{ needs.build.outputs.image-name }}
|
||||||
run: |
|
run: |
|
||||||
podman manifest create "$IMAGE_NAME" \
|
while read -r tag; do
|
||||||
$(printf "$IMAGE_NAME@sha256:%s " *)
|
podman manifest create "$tag" \
|
||||||
|
$(printf "$IMAGE_NAME@sha256:%s " *)
|
||||||
|
done <<< "$DOCKER_METADATA_OUTPUT_TAGS"
|
||||||
|
|
||||||
- name: Push manifest
|
- name: Push manifest
|
||||||
uses: redhat-actions/push-to-registry@v2
|
uses: redhat-actions/push-to-registry@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue