]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Docker README fix.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 24 Jun 2021 00:09:46 +0000 (01:09 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Thu, 24 Jun 2021 00:09:46 +0000 (01:09 +0100)
docker/README.md

index 8172ec08ce66294f44f989f3ee2c19ff9b148a74..a460af13d3d7f864e047e39f8ddc7e57f1d7b54a 100644 (file)
@@ -6,7 +6,7 @@ Available at: https://hub.docker.com/r/mikebrady/shairport-sync
 
 TODO: remove `--ssh` when going public as this is only for private repos.
 ```
-docker buildx build --ssh github=$SSH_AUTH_SOCK --platform linux/arm/v7 -f ./docker/Dockerfile --build-arg SHAIRPORT_SYNC_BRANCH=development -t registry.nova.do/shairport-sync:unstable-development .
+docker buildx build --ssh default=$SSH_AUTH_SOCK --platform linux/arm/v7 -f ./docker/Dockerfile --build-arg SHAIRPORT_SYNC_BRANCH=development -t registry.nova.do/shairport-sync:unstable-development .
 ```
 
 `SHAIRPORT_SYNC_BRANCH` is required to ensure the image is built using the expected branch.
\ No newline at end of file