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

index 2671b1557fcb1934f369da814df9f9bc6de39c9b..0533f7286f87f8b1b2e8910f0eba3e882f9ad543 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=test # 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 }}