Skip to content

Commit

Permalink
🐳 Sync docker version with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Feb 11, 2024
1 parent 36938c4 commit 243e0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
with:
images: cristianpb/mopidy-muse
tags: |
type=semver,pattern={{version}},value=v0.27.0
type=semver,pattern={{major}}.{{minor}},value=v0.27.0
type=semver,pattern={{major}},value=v0.27.0
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: startsWith(github.event.ref, 'refs/tags')
Expand Down Expand Up @@ -113,6 +113,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: ./Mopidy-Muse.tar.gz
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 243e0f7

Please sign in to comment.