From: Charles <32498151+charlesomer@users.noreply.github.com> Date: Thu, 24 Jun 2021 00:09:46 +0000 (+0100) Subject: Docker README fix. X-Git-Tag: 4.1-dev~66^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a72c11835489faf2e8bf940acf7071f32bf1b87;p=thirdparty%2Fshairport-sync.git Docker README fix. --- diff --git a/docker/README.md b/docker/README.md index 8172ec08..a460af13 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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