fix: docker buildx tags (#650)

This commit is contained in:
Felipe Martin 2023-07-19 18:50:57 +02:00 committed by GitHub
parent a60dbf3dc5
commit 454f21789d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}