We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69275a2 + 537cb96 commit 98d0c18Copy full SHA for 98d0c18
pkg/pipeline/pipelineStageVariableParser.go
@@ -34,8 +34,8 @@ type RefPluginName = string
34
35
const (
36
COPY_CONTAINER_IMAGE RefPluginName = "Copy container image"
37
- COPY_CONTAINER_IMAGE_VERSION_V1 = "v1.0.0"
38
- COPY_CONTAINER_IMAGE_VERSION_V2 = "v1.1.0"
+ COPY_CONTAINER_IMAGE_VERSION_V1 = "1.0.0"
+ COPY_CONTAINER_IMAGE_VERSION_V2 = "2.0.0"
39
EMPTY_STRING = " "
40
)
41
0 commit comments