From c64fe0dec1103705b0a208ce7e985b75937c7580 Mon Sep 17 00:00:00 2001 From: Evandre Da Silva Date: Thu, 2 Jun 2022 16:13:42 +0100 Subject: [PATCH] fixe pipeline error on docker build --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 91150a6fb..871fdfb74 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,7 +6,7 @@ pipelines: script: - export BITBUCKET_COMMIT_SHORT=$(echo $BITBUCKET_COMMIT| cut -c1-7) - export IMAGE_NAME=gabinetedigital/gdsite:$BITBUCKET_COMMIT_SHORT - - docker build -t $IMAGE_NAME -f . + - docker build -t $IMAGE_NAME . - docker login --username $DOCKER_USER --password $DOCKER_PASS - docker push $IMAGE_NAME - step: