mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-02-14 20:01:55 +00:00
bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
f8cdeecd9b
commit
bdec48283b
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ pipelines:
|
||||||
# push the new Docker image to the Docker registry
|
# push the new Docker image to the Docker registry
|
||||||
- docker push $IMAGE_NAME
|
- docker push $IMAGE_NAME
|
||||||
# Tag to latest and push to latest
|
# Tag to latest and push to latest
|
||||||
- docker tag IMAGE_NAME mmumshad/ansible-playable:latest
|
- docker tag $IMAGE_NAME mmumshad/ansible-playable:latest
|
||||||
- docker push mmumshad/ansible-playable:latest
|
- docker push mmumshad/ansible-playable:latest
|
Loading…
Reference in a new issue