Replace hardcoded with github.repository_owner
This commit is contained in:
4
.github/workflows/games.yml
vendored
4
.github/workflows/games.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user