From ec502689c097a6065c42073132b42992ff917b33 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Fri, 7 Aug 2020 15:10:54 +0200 Subject: [PATCH] Fixing the build --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 66f2896a3..c128545a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: distro: alpine - run: name: Build Docker image - command: docker build -t $IMAGE_NAME:$IMAGE_TAG -f Dockerfile.alpine . + command: docker build -t $IMAGE_NAME:$IMAGE_TAG . - run: name: Login to Docker Hub command: echo $DOCKER_PASS | docker login -u $DOCKER_USER --password-stdin @@ -145,7 +145,7 @@ commands: TAG_VERSION=$CIRCLE_BRANCH; fi - if [ "<< parameters.distro >>" = "ubuntu" ]; then + if [ "<< parameters.distro >>" = "alpine" ]; then TAG_DISTRO=""; else TAG_DISTRO=-<< parameters.distro >>;