1
0
Fork 0
mirror of https://github.com/mmumshad/ansible-playable.git synced 2025-02-12 20:11:54 +00:00

bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
mumshad muhammed 2017-06-07 22:38:07 +00:00
parent 455dd08fbf
commit f8cdeecd9b

View file

@ -22,3 +22,6 @@ pipelines:
- docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
# push the new Docker image to the Docker registry
- docker push $IMAGE_NAME
# Tag to latest and push to latest
- docker tag IMAGE_NAME mmumshad/ansible-playable:latest
- docker push mmumshad/ansible-playable:latest