We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to update my tag using this github actions
- name: Updating helm values uses: Nextdoor/helm-set-image-tag-action@main with: values_files: chart/values.yaml tag_keys: .images.${{ github.event.repository.name }} tag_value: ${{ github.run_number }} commit_branch: gitmigration
But this is resulting as abc-service-wish: "29" How can we remove "" from the output?
The text was updated successfully, but these errors were encountered:
and even wf getting fail after updating values.yaml without any errors
Sorry, something went wrong.
Any update on this please
No branches or pull requests
I am trying to update my tag using this github actions
But this is resulting as abc-service-wish: "29" How can we remove "" from the output?
The text was updated successfully, but these errors were encountered: