Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek committed Jan 22, 2025
1 parent 2c8bfb1 commit b1785b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.GITHUB_REPOSITORY }}
ghcr.io/${{ github.actor }}/${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=tag
Expand All @@ -44,7 +44,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}/${{ github.repository }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit b1785b5

Please sign in to comment.