bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
Greg Gauthier 2021-02-25 17:08:21 +00:00
parent 137dbe7c83
commit e8f43b516d

View File

@ -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