Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! Let there be light
Browse files Browse the repository at this point in the history
  • Loading branch information
Reg Marr committed Sep 27, 2024
1 parent ace5a26 commit a83440f
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 @@ -42,7 +42,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}

- name: Build and push Docker image
Expand All @@ -66,7 +66,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}

- name: Set Docker tag
Expand Down

0 comments on commit a83440f

Please sign in to comment.