Skip to content

Commit

Permalink
Updated readme and using {raw} vor semver tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisgerber committed Feb 9, 2025
1 parent f51d410 commit 125b60e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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-<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).
Expand Down

0 comments on commit 125b60e

Please sign in to comment.