Skip to content

Commit

Permalink
updating ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Apr 1, 2018
1 parent aebe42b commit 28aafc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: build docker images and push them to dockerhub
command: |
TAG=$(git describe --abbrev=0 --tags)
docker login -u samincl -p $DOCKERHUB
docker login -u $DOCKER_USER -p $DOCKERHUB
docker build -t praqma/helmsman:$TAG-helm-v2.8.1 --build-arg HELM_VERSION=v2.8.1 dockerfile/.
docker push praqma/helmsman:$TAG-helm-v2.8.1
docker build -t praqma/helmsman:$TAG-helm-v2.8.0 --build-arg HELM_VERSION=v2.8.0 dockerfile/.
Expand Down

0 comments on commit 28aafc2

Please sign in to comment.