Skip to content
New issue

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

Tag value coming with "" #9

Open
venkatesh3889 opened this issue May 18, 2023 · 2 comments
Open

Tag value coming with "" #9

venkatesh3889 opened this issue May 18, 2023 · 2 comments

Comments

@venkatesh3889
Copy link

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?

@venkatesh3889
Copy link
Author

and even wf getting fail after updating values.yaml without any errors

@venkatesh3889
Copy link
Author

Any update on this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant