Skip to content

Commit

Permalink
Using Snapcast version differently in raw tag (metadata-action)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisgerber committed Feb 9, 2025
1 parent 88018f8 commit c56e5eb
Showing 1 changed file with 1 addition 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 @@ -49,7 +49,7 @@ jobs:
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=v${SNAPCAST_VERSION},enable={{is_default_branch}}
type=raw,value=v${{ env.SNAPCAST_VERSION }},enable={{is_default_branch}}
type=schedule
# type=ref,event=branch
type=ref,event=tag
Expand Down

0 comments on commit c56e5eb

Please sign in to comment.