Skip to content

Commit

Permalink
docker push fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Mar 7, 2018
1 parent 0dfd05d commit 7d82fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
docker_push(){
echo "Pushing tag $1 to docker hub"
docker tag "simplesteph/kafka-security-manager:latest" "simplesteph/kafka-security-manager:$1"
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD";
docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
docker push "simplesteph/kafka-security-manager:$1"
}

Expand Down

0 comments on commit 7d82fcb

Please sign in to comment.