Skip to content

Commit

Permalink
add image with the latest helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Mar 31, 2020
1 parent 0ec53e9 commit 79136b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@ jobs:
command: |
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker build -t praqma/helmsman:$TAG-helm-v3.0.2 --build-arg HELM_VERSION=v3.0.2 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.0.2
docker build -t praqma/helmsman:$TAG-helm-v3.0.3 --build-arg HELM_VERSION=v3.0.3 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.0.3
docker build -t praqma/helmsman:$TAG-helm-v3.1.2 --build-arg HELM_VERSION=v3.1.2 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.1.2
workflows:
version: 2
build-test-push-release:
Expand Down

0 comments on commit 79136b3

Please sign in to comment.