From 70087af15330a25bfb82981b7f6c3a5dfa951eac Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 25 Feb 2021 16:54:52 +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 8ae3d36..20bd48e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -47,6 +47,6 @@ pipelines: - IMAGE_NAME=$BITBUCKET_REPO_SLUG - IMAGE=${DOCKERHUB_NAMESPACE}/${IMAGE_NAME} - docker tag "${IMAGE_NAME}" "${IMAGE}:latest" - - docker push "${IMAGE}:${VERSION}" + - docker push "${IMAGE}:latest" services: - docker