Skip to content

Commit

Permalink
refact(build):trim leading v from image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Pawan <[email protected]>
  • Loading branch information
pawanpraka1 authored and kmova committed May 7, 2020
1 parent a8a490e commit 654f363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/push
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function TagAndPushImage() {
# Example: v1.10.0 maps to 1.10.0
# Example: 1.10.0 maps to 1.10.0
# Example: v1.10.0-custom maps to 1.10.0-custom
TAG="$2#v"
TAG="${2#v}"

# Add an option to specify a custom TAG_SUFFIX
# via environment variable. Default is no tag.
Expand Down

0 comments on commit 654f363

Please sign in to comment.