Skip to content

Commit

Permalink
Format tag before passing
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 23, 2024
1 parent 4cdbcb9 commit f7c9905
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 @@ -636,7 +636,7 @@ jobs:
steps:
- checkout
- make_release:
image_tag: circle-${CIRCLE_BRANCH}
image_tag: "circle-${CIRCLE_BRANCH}"
# explicitly don't push
push: true

Expand Down

0 comments on commit f7c9905

Please sign in to comment.