Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaether committed Sep 4, 2019
1 parent 7b2ab0f commit 857a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ IMAGE=${1}

docker login -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}

docker build -t ${IMAGE}:${CIRCLE_SHA1} -f ${2}
docker build -t ${IMAGE}:${CIRCLE_SHA1} -f ${2} .

docker push ${IMAGE}:${CIRCLE_SHA1}

Expand Down

0 comments on commit 857a169

Please sign in to comment.