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

index be7f644eb17b5cc45404151d12af10cf23690611..f4054eb59faf0d1f5b5979fede1f33d7e72056c0 100644 (file)
@@ -30,9 +30,9 @@ jobs:
         with:
           context: ./
           file: ./docker/Dockerfile
+          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 }}
           build-args: |
-            BRANCH=${{ env.BRANCH }}
-          ssh: github=${{ secrets.SSH_PRIVATE_KEY }}
\ No newline at end of file
+            BRANCH=${{ env.BRANCH }}
\ No newline at end of file