From dae74dceb1395ed81fe58162af0d8aebaa50ccda Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Tue, 31 Jul 2018 15:50:46 +1000 Subject: [PATCH] I can't believe i got this wrong --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e30121a3..8a743604 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { sh 'docker run --rm -v $(pwd):/srv/app -w /srv/app $BASE_IMAGE_NAME:armhf yarn --registry=$NPM_REGISTRY install --prod' // Docker Build - sh 'docker build --pull --no-cache --squash --compress -t $TEMP_IMAGE_NAME_ARM .' + sh 'docker build --pull --no-cache --squash --compress -t $TEMP_IMAGE_NAME_ARM -f Dockerfile.armhf .' // Private Registry sh 'docker tag $TEMP_IMAGE_NAME_ARM $DOCKER_PRIVATE_REGISTRY/$IMAGE_NAME:$TAG_VERSION-armhf'