Replace hardcoded with github.repository_owner

This commit is contained in:
RMartinOscar
2025-02-15 14:16:04 +00:00
parent c6bb9edd91
commit d66eec8b73
25 changed files with 27 additions and 27 deletions

View File

@@ -43,7 +43,7 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/pelican-eggs/games:${{ matrix.game }}
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}
pushAll:
name: "games_All:${{ matrix.game }}"
@@ -75,5 +75,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/pelican-eggs/games:${{ matrix.game }}
ghcr.io/${{ github.repository_owner }}/games:${{ matrix.game }}
ghcr.io/parkervcp/games:${{ matrix.game }}