Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(readme): fix container image build cmds: drop / from branch names
Previously if you executed the image build commands that use the branch name to produce container image tag names then you received an error if your branch name contained a forward slash (/) which is common for people who use VSCode extensions for managing branches related to pull requests. The new commands are using `sed` to remove the forward slashes from the branch names and replace them with underscores (_) so that the container image tags are valid. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information