We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69275a2 commit 537cb96Copy full SHA for 537cb96
1 file changed
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