Skip to content

Commit

Permalink
master: fix release version and image tag refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Doyle committed Jan 19, 2024
1 parent 9d805b4 commit 1e5c9ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ workflows:
name: helm package [nexus]
context: nexus
repo: $HELM_REPOSITORY_URL
# Uses https://mikefarah.gitbook.io/yq/operators/env-variable-operators#dynamically-update-a-path-from-an-environment-variable
path: helm/operator
version: $CIRCLE_TAG
image-tag: $CIRCLE_TAG
image-tag-path: .deployment.image.tag
requires:
- docker build [dockerhub]
Expand Down

0 comments on commit 1e5c9ab

Please sign in to comment.