Skip to content

Commit

Permalink
replace automatic repository owner with lowercase variant
Browse files Browse the repository at this point in the history
Signed-off-by: C0D3 M4513R <28912031+C0D3-M4513R@users.noreply.github.com>
  • Loading branch information
C0D3-M4513R committed Jul 7, 2024
1 parent 0fb59a2 commit b64da35
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/games.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: "pixel-gaming"
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit b64da35

Please sign in to comment.