ci: sanitise container tag (#1279)
* ci: sanitise container tag Tags cant container `/` so this should sanitise them * ci: use simple case owner name
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -87,8 +87,8 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
COMMIT_TAG=${{ github.sha }}
|
COMMIT_TAG=${{ github.sha }}
|
||||||
tags: |
|
tags: |
|
||||||
fallenbagel/jellyseerr:develop-${{ matrix.platform }}
|
fallenbagel/jellyseerr:develop-${{ matrix.platform // '/' / '-' }}
|
||||||
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-${{ matrix.platform }}
|
ghcr.io/${{ env.OWNER_LC }}/jellyseerr:develop-${{ matrix.platform // '/' / '-' }}
|
||||||
cache-from: type=gha,scope=${{ matrix.platform }}
|
cache-from: type=gha,scope=${{ matrix.platform }}
|
||||||
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
cache-to: type=gha,mode=max,scope=${{ matrix.platform }}
|
||||||
provenance: false
|
provenance: false
|
||||||
@@ -110,11 +110,11 @@ jobs:
|
|||||||
ghcr.io/${{ github.repository_owner }}/jellyseerr:develop-linux-arm64
|
ghcr.io/${{ github.repository_owner }}/jellyseerr:develop-linux-arm64
|
||||||
target: |
|
target: |
|
||||||
fallenbagel/jellyseerr:develop
|
fallenbagel/jellyseerr:develop
|
||||||
ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
|
ghcr.io/fallenbagel/jellyseerr:develop
|
||||||
- name: Inspect Manifest
|
- name: Inspect Manifest
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect fallenbagel/jellyseerr:develop
|
docker buildx imagetools inspect fallenbagel/jellyseerr:develop
|
||||||
docker buildx imagetools inspect ghcr.io/${{ github.repository_owner }}/jellyseerr:develop
|
docker buildx imagetools inspect ghcr.io/fallenbagel/jellyseerr:develop
|
||||||
|
|
||||||
discord:
|
discord:
|
||||||
name: Send Discord Notification
|
name: Send Discord Notification
|
||||||
|
|||||||
Reference in New Issue
Block a user