Skip to content

Commit

Permalink
Using fuzzy version matching for nicer docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisgerber committed Feb 9, 2025
1 parent c56e5eb commit 74573f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
env:
IMAGE_NAME: snapcast
NAMESPACE: sweisgerber
SNAPCAST_VERSION: 0.31.0-r0
LIBRESPOT_VERSION: 0.6.0-r0
SNAPCAST_VERSION: 0.31
LIBRESPOT_VERSION: 0.6
jobs:
docker:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN set -ex \
&& echo "**** install runtime packages ****" \
&& apk add --no-cache -U --upgrade \
alsa-utils \
librespot@testing=${LIBRESPOT_RELEASE} \
librespot@testing=~${LIBRESPOT_RELEASE} \
shairport-sync@testing \
snapcast=${SNAPCAST_RELEASE} \
snapcast=~${SNAPCAST_RELEASE} \
snapweb@testing \
&& echo "**** cleanup ****" \
&& rm -rf \
Expand Down

0 comments on commit 74573f8

Please sign in to comment.