From f8cdeecd9be45bd712c2e69a28fe473914cbdbf9 Mon Sep 17 00:00:00 2001 From: mumshad muhammed Date: Wed, 7 Jun 2017 22:38:07 +0000 Subject: [PATCH] bitbucket-pipelines.yml edited online with Bitbucket --- bitbucket-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 133c253..b12135f 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 \ No newline at end of file + - 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 \ No newline at end of file