mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
ci: fix multi-arch image creation workflow
use int128/docker-manifest-create-action to combine the images
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user