Skip to content

Commit

Permalink
Merge pull request TosiDrop#477 from blinklabs-io/ci/publish-forks
Browse files Browse the repository at this point in the history
ci: allow publish workflow for forks
  • Loading branch information
chadle-git authored Aug 12, 2024
2 parents c507d1c + c44f6e9 commit da2e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency: ${{ github.ref }}

env:
REGISTRY: ghcr.io
IMAGE_NAME: tosidrop/vm-frontend
IMAGE_NAME: ${{ github.repository == 'TosiDrop/vm-frontend' && 'tosidrop/vm-frontend' || github.repository }}

jobs:
build-amd64:
Expand Down

0 comments on commit da2e501

Please sign in to comment.