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

index 114a468e441d34c44811de73ac05ce427c41784e..2671b1557fcb1934f369da814df9f9bc6de39c9b 100644 (file)
@@ -30,7 +30,7 @@ jobs:
         with:
           context: ./
           file: ./docker/Dockerfile
-          ssh: [github=${{ secrets.SSH_PRIVATE_KEY }}] # Can be removed when no longer pulling from private repos.
+          ssh: "github=${{ secrets.SSH_PRIVATE_KEY }}" # Can be removed when no longer pulling from private repos.
           platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
           push: true
           tags: registry.nova.do/shairport-sync:unstable-${{ env.BRANCH }}