You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to be able to do simple find and replace with interpolation. My use case, for example, would be to use the Git branch name as a Docker image tag but to do so I need to replace certain characters that are valid in Git but not in Docker — e.g., replace forward slashes with dashes.
It would be great to be able to do something like this:
It would be very helpful to be able to do simple find and replace with interpolation. My use case, for example, would be to use the Git branch name as a Docker image tag but to do so I need to replace certain characters that are valid in Git but not in Docker — e.g., replace forward slashes with dashes.
It would be great to be able to do something like this:
There you can see the desired interpolation that converts a
/
character to--
I'm afraid I don't know Go so can't offer a PR.
The text was updated successfully, but these errors were encountered: