Skip to content

Commit

Permalink
Updated GHCR username to use the github.actor username, as CI is push…
Browse files Browse the repository at this point in the history
…ing the data.
  • Loading branch information
knicholson32 committed Dec 22, 2023
1 parent b94c995 commit b071cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: build
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create manifest list and push
working-directory: /tmp/digests
Expand Down

0 comments on commit b071cee

Please sign in to comment.