mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
fix: docker buildx tags (#650)
This commit is contained in:
parent
a60dbf3dc5
commit
454f21789d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/_buildx.yml
vendored
2
.github/workflows/_buildx.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue