diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d470874c..e33d8643d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,8 +87,8 @@ jobs: build-args: | COMMIT_TAG=${{ github.sha }} tags: | - fallenbagel/jellyseerr:develop-${{ matrix.platform }} - ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-${{ matrix.platform }} + fallenbagel/jellyseerr:develop-${{ matrix.platform // '/' / '-' }} + ghcr.io/${{ github.repository_owner }}/jellyseerr:develop-${{ matrix.platform // '/' / '-' }} cache-from: type=gha,scope=${{ matrix.platform }} cache-to: type=gha,mode=max,scope=${{ matrix.platform }} provenance: false