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
#2890 introduced a bug which where it appends a "v" prefix where it shouldn't. In the case that the tag is "latest", or when a tag is missing.
To Reproduce
porter explain -r ghcr.io/getporter/examples/porter-hello and bin/porter explain -r ghcr.io/getporter/examples/porter-hello:latest will try fetch tag :v and :vlatest, respectively
Describe the bug
#2890 introduced a bug which where it appends a "v" prefix where it shouldn't. In the case that the tag is "latest", or when a tag is missing.
To Reproduce
porter explain -r ghcr.io/getporter/examples/porter-hello
andbin/porter explain -r ghcr.io/getporter/examples/porter-hello:latest
will try fetch tag :v and :vlatest, respectivelyExpected behavior
No v should be prepended in these cases
Porter Command and Output
Version
Copy the output of
porter version
below[e.g. porter v0.14.1-beta.2 (72dd5df)]
The text was updated successfully, but these errors were encountered: