Skip to content

Commit

Permalink
fix: docker buildx tags (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr authored Jul 19, 2023
1 parent a60dbf3 commit 454f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
gzip -d -S binaries/.gz__ -r .
chmod 755 binaries/shiori_linux_*/shiori
- name: Prepare master push tags
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: |
echo "tag_flags=--tag ${{ github.ref }}" >> $GITHUB_ENV
REPO=ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 454f217

Please sign in to comment.