push: true
tags: registry.nova.do/shairport-sync:unstable-${{ env.BRANCH }}
build-args: |
- BRANCH=${{ env.BRANCH }}
\ No newline at end of file
+ BRANCH=${{ env.BRANCH }}
+ ssh: ${{ secrets.SSH_PRIVATE_KEY }}
\ No newline at end of file
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 git clone git@github.com:charlesomer/nqptp.git
+RUN --mount=type=ssh git clone git@github.com:charlesomer/nqptp.git
WORKDIR /nqptp
# Use development branch for now.
RUN git checkout development
RUN make install
WORKDIR /
-RUN git clone git@github.com:aillwee/shairport-sync.git
+RUN --mount=type=ssh git clone git@github.com:aillwee/shairport-sync.git
WORKDIR /shairport-sync
RUN git checkout "$SHAIRPORT_SYNC_BRANCH"
RUN git pull