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

index f4054eb59faf0d1f5b5979fede1f33d7e72056c0..114a468e441d34c44811de73ac05ce427c41784e 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 }}