ci: fix multi-arch image creation workflow

use int128/docker-manifest-create-action to combine the images
This commit is contained in:
fallenbagel
2025-01-18 20:50:22 +08:00
parent ff9af866f8
commit 7cee9b475d

View File

@@ -119,16 +119,16 @@ jobs:
OWNER: ${{ github.repository_owner }}
- name: Create and Push Multi-Architecture Image
uses: docker/manifest-action@v5
uses: int128/docker-manifest-create-action
with:
images: |
tags: |
fallenbagel/jellyseerr:develop
ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
sourceas: |
fallenbagel/jellyseerr:develop-linux-amd64
fallenbagel/jellyseerr:develop-linux-arm64
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-amd64
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-arm64
target: |
fallenbagel/jellyseerr:develop
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop
- name: Inspect Manifest
run: |
docker buildx imagetools inspect fallenbagel/jellyseerr:develop