Skip to content

Commit

Permalink
ci: fix multi-arch image creation workflow
Browse files Browse the repository at this point in the history
use int128/docker-manifest-create-action to combine the images
fallenbagel committed Jan 18, 2025
1 parent ff9af86 commit 7cee9b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7cee9b4

Please sign in to comment.