mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
ci(container): try to fix manifest creation
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
437242169d
commit
367de94f31
1 changed files with 1 additions and 8 deletions
9
.github/workflows/container.yml
vendored
9
.github/workflows/container.yml
vendored
|
|
@ -132,13 +132,6 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ github.token }}
|
||||
|
||||
- name: Login to registry
|
||||
uses: redhat-actions/podman-login@v1
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ github.token }}
|
||||
|
||||
- name: Determine metadata for manifest
|
||||
id: manifest-metadata
|
||||
uses: docker/metadata-action@v5
|
||||
|
|
@ -161,7 +154,7 @@ jobs:
|
|||
IMAGE_NAME: ${{ needs.build.outputs.image-name }}
|
||||
run: |
|
||||
podman manifest create "$IMAGE_NAME" \
|
||||
$(printf '%s ' *)
|
||||
$(printf "$IMAGE_NAME:%s " *)
|
||||
|
||||
- name: Push manifest
|
||||
uses: redhat-actions/push-to-registry@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue