bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
e8f43b516d
commit
56b7a96961
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user