Skip to content

Commit

Permalink
[CI] CI build fails in forks #47
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Nov 1, 2023
1 parent 8f57754 commit 015e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: ${{ github.ref == 'refs/heads/main'}}
tags: ghcr.io/${GITHUB_REPOSITORY}:latest
tags: ghcr.io/${{ github.repository }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 015e4ac

Please sign in to comment.