mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-12 17:01:54 +00:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
455dd08fbf
commit
f8cdeecd9b
1 changed files with 4 additions and 1 deletions
|
@ -21,4 +21,7 @@ pipelines:
|
|||
# authenticate with the Docker Hub registry
|
||||
- docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
|
||||
# push the new Docker image to the Docker registry
|
||||
- docker push $IMAGE_NAME
|
||||
- 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
|
Loading…
Reference in a new issue