From e8f43b516d67786922d0faf9bae0e59f4a736e68 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 25 Feb 2021 17:08:21 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3e8b190..27d61e2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -45,6 +45,6 @@ pipelines: script: - echo ${DOCKERHUB_PASSWORD} | docker login --username "$DOCKERHUB_USERNAME" --password-stdin - IMAGE_NAME=$BITBUCKET_REPO_SLUG - - docker push "${DOCKERHUB_NAMESPACE}/${IMAGE_NAME}:latest" + - docker push ${DOCKERHUB_NAMESPACE}/${IMAGE_NAME}:latest services: - docker