We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3e032 commit 9568064Copy full SHA for 9568064
.circleci/config.yml
@@ -50,8 +50,8 @@ jobs:
50
docker build -t praqma/helmsman:$TAG-helm-v3.1.3 --build-arg GLOBAL_HELM_VERSION=v3.1.3 . --no-cache
51
docker push praqma/helmsman:$TAG-helm-v3.1.3
52
53
- docker build -t praqma/helmsman:$TAG-helm-v3.2.1 --build-arg GLOBAL_HELM_VERSION=v3.2.1 . --no-cache
54
- docker push praqma/helmsman:$TAG-helm-v3.2.1
+ docker build -t praqma/helmsman:$TAG-helm-v3.2.4 --build-arg GLOBAL_HELM_VERSION=v3.2.4 . --no-cache
+ docker push praqma/helmsman:$TAG-helm-v3.2.4
55
56
workflows:
57
version: 2
0 commit comments