Skip to content

Commit

Permalink
Fix GitHub Actions on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple committed Aug 12, 2024
1 parent 8ce4276 commit 53a2708
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/ustc-vlab/sshmux
images: |
ghcr.io/${{ github.repository_owner }}/sshmux
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 53a2708

Please sign in to comment.