Skip to content

Commit

Permalink
fix login username
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein authored Sep 14, 2024
1 parent 2e3fff2 commit 4ea5eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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
Expand Down Expand Up @@ -155,7 +155,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
Expand Down

0 comments on commit 4ea5eff

Please sign in to comment.