only tag parkervcp if its not a fork

This commit is contained in:
RMartinOscar
2025-02-15 15:38:41 +00:00
parent d66eec8b73
commit 000ffe0f0a
25 changed files with 28 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}
${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/games:${{ matrix.game }}' || '' }}
pushAll:
name: "games_All:${{ matrix.game }}"
runs-on: ubuntu-latest
@@ -76,4 +76,4 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}
${{ github.repository_owner == 'pelican-eggs' && 'ghcr.io/parkervcp/games:${{ matrix.game }}' || '' }}