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 }}
|
OWNER: ${{ github.repository_owner }}
|
||||||
|
|
||||||
- name: Create and Push Multi-Architecture Image
|
- name: Create and Push Multi-Architecture Image
|
||||||
uses: docker/manifest-action@v5
|
uses: int128/docker-manifest-create-action
|
||||||
with:
|
with:
|
||||||
images: |
|
tags: |
|
||||||
|
fallenbagel/jellyseerr:develop
|
||||||
|
ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
|
||||||
|
sourceas: |
|
||||||
fallenbagel/jellyseerr:develop-linux-amd64
|
fallenbagel/jellyseerr:develop-linux-amd64
|
||||||
fallenbagel/jellyseerr:develop-linux-arm64
|
fallenbagel/jellyseerr:develop-linux-arm64
|
||||||
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-amd64
|
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-amd64
|
||||||
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-arm64
|
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-linux-arm64
|
||||||
target: |
|
|
||||||
fallenbagel/jellyseerr:develop
|
|
||||||
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop
|
|
||||||
- name: Inspect Manifest
|
- name: Inspect Manifest
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect fallenbagel/jellyseerr:develop
|
docker buildx imagetools inspect fallenbagel/jellyseerr:develop
|
||||||
|
|||||||
Reference in New Issue
Block a user