Skip to content

Commit

Permalink
fix docker builds. Fixes #482
Browse files Browse the repository at this point in the history
use the correct docker build argument for helm version
  • Loading branch information
Sami Alajrami authored Jun 2, 2020
1 parent 469ecf8 commit 965a25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker build -t praqma/helmsman:$TAG-helm-v3.1.3 --build-arg HELM_VERSION=v3.1.3 . --no-cache
docker build -t praqma/helmsman:$TAG-helm-v3.1.3 --build-arg GLOBAL_HELM_VERSION=v3.1.3 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.1.3
docker build -t praqma/helmsman:$TAG-helm-v3.2.1 --build-arg HELM_VERSION=v3.2.1 . --no-cache
docker build -t praqma/helmsman:$TAG-helm-v3.2.1 --build-arg GLOBAL_HELM_VERSION=v3.2.1 . --no-cache
docker push praqma/helmsman:$TAG-helm-v3.2.1
workflows:
Expand Down

0 comments on commit 965a25b

Please sign in to comment.