bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
137dbe7c83
commit
e8f43b516d
@ -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