]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Try this.
authorCharles <charles@zyndex.co.uk>
Thu, 6 May 2021 01:00:43 +0000 (02:00 +0100)
committerCharles <charles@zyndex.co.uk>
Thu, 6 May 2021 01:00:43 +0000 (02:00 +0100)
.github/workflows/docker-build-master.yaml
docker/Dockerfile

index f751f7bd6095e8631e431ec65b9d7c6af9dca467..60ab6048a023574c4465eb0fe2173f3118ed0734 100644 (file)
@@ -35,4 +35,4 @@ jobs:
           tags: registry.nova.do/shairport-sync:unstable-${{ env.BRANCH }}
           build-args: |
             BRANCH=${{ env.BRANCH }}
-          ssh: default=${{ secrets.SSH_PRIVATE_KEY }}
\ No newline at end of file
+          ssh: ${{ secrets.SSH_PRIVATE_KEY }}
\ No newline at end of file
index 584b73ecdc1aadacb35a70d91f4c96f77e26b969..b9098c8fd9c25fbe69842192468c8d343ba52948 100644 (file)
@@ -1,5 +1,3 @@
-# syntax=docker/dockerfile:experimental
-
 FROM alpine:3.12 AS builder-base
 # Version 3.12 is required for now since libplist has breaking changes in v3.13 and above which are not yet standard
 # in debian/ubuntu.
@@ -51,8 +49,6 @@ COPY --from=builder-alac /usr/local/lib/libalac.* /usr/local/lib/
 COPY --from=builder-alac /usr/local/lib/pkgconfig/alac.pc /usr/local/lib/pkgconfig/alac.pc
 COPY --from=builder-alac /usr/local/include /usr/local/include
 
-RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
-
 RUN --mount=type=ssh git clone git@github.com:charlesomer/nqptp.git
 WORKDIR /nqptp
 # Use development branch for now.