bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Greg Gauthier 2021-02-25 17:14:06 +00:00
parent e8f43b516d
commit 56b7a96961

View File

@ -45,6 +45,6 @@ pipelines:
script: script:
- echo ${DOCKERHUB_PASSWORD} | docker login --username "$DOCKERHUB_USERNAME" --password-stdin - echo ${DOCKERHUB_PASSWORD} | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- IMAGE_NAME=$BITBUCKET_REPO_SLUG - IMAGE_NAME=$BITBUCKET_REPO_SLUG
- docker push ${DOCKERHUB_NAMESPACE}/${IMAGE_NAME}:latest - docker push $DOCKERHUB_NAMESPACE/${IMAGE_NAME}:latest
services: services:
- docker - docker