Skip to content

Commit

Permalink
ci: sanitise container tag
Browse files Browse the repository at this point in the history
Tags cant container `/` so this should sanitise them
  • Loading branch information
fallenbagel committed Jan 18, 2025
1 parent f09a432 commit f93be1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f93be1c

Please sign in to comment.