Skip to content

Commit

Permalink
Fixed Alpine testing repo & Github CI build-arg passing
Browse files Browse the repository at this point in the history
  • Loading branch information
sweisgerber committed Feb 9, 2025
1 parent 06112d8 commit 88018f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -64,6 +64,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
SNAPCAST_VERSION=${{ env.SNAPCAST_VERSION }}
LIBRESPOT_VERSION=${{ env.LIBRESPOT_VERSION }}
SNAPCAST_RELEASE=${{ env.SNAPCAST_VERSION }}
LIBRESPOT_RELEASE=${{ env.LIBRESPOT_VERSION }}
VERSION=snapcast-${{ env.SNAPCAST_VERSION }}-librespot-${{ env.LIBRESPOT_VERSION }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="sweisgerber"

RUN set -ex \
echo "**** setup apk testing mirror ****" \
&& echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& echo "@testing https://nl.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \
&& cat /etc/apk/repositories \
&& echo "**** install runtime packages ****" \
&& apk add --no-cache -U --upgrade \
Expand Down

0 comments on commit 88018f8

Please sign in to comment.