bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Greg Gauthier 2021-02-25 16:54:52 +00:00
parent ca2e8896a9
commit 70087af153

View File

@ -47,6 +47,6 @@ pipelines:
- IMAGE_NAME=$BITBUCKET_REPO_SLUG - IMAGE_NAME=$BITBUCKET_REPO_SLUG
- IMAGE=${DOCKERHUB_NAMESPACE}/${IMAGE_NAME} - IMAGE=${DOCKERHUB_NAMESPACE}/${IMAGE_NAME}
- docker tag "${IMAGE_NAME}" "${IMAGE}:latest" - docker tag "${IMAGE_NAME}" "${IMAGE}:latest"
- docker push "${IMAGE}:${VERSION}" - docker push "${IMAGE}:latest"
services: services:
- docker - docker