diff --git a/.github/workflows/build-and-push-dockerhub.yml b/.github/workflows/build-and-push-dockerhub.yml index 7aae251..3568bd0 100644 --- a/.github/workflows/build-and-push-dockerhub.yml +++ b/.github/workflows/build-and-push-dockerhub.yml @@ -51,7 +51,7 @@ jobs: type=schedule type=raw,value=latest,enable={{is_default_branch}} type=raw,value=v${{ env.SNAPCAST_VERSION }},enable={{is_default_branch}} - type=semver,pattern=v{{version}},prefix=tag- + type=semver,pattern={{raw}},prefix=tag- # type=ref,event=branch # type=ref,event=tag # type=ref,event=pr diff --git a/README.md b/README.md index 745f2fa..e93fe85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Snapcast (Docker Image) +> [!NOTE] +> The Snapcast version is now available as docker image tag: e.g. `v0.31`. +> if you want to use the version based on the git tag use `tag-` + + Snapcast Multiroom audio docker image w/ Snapweb files. > Based on [linuxserver/docker-baseimage-alpine](https://github.com/linuxserver/docker-baseimage-alpine) & [snapcast](https://github.com/badaix/snapcast).