Skip to content

Commit 7401808

Browse files
create a stable version of codefresh-run step (#533)
1 parent f679489 commit 7401808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: step-type
33
metadata:
44
name: codefresh-run
55
title: Run a Codefresh pipeline
6-
version: 1.3.0
6+
version: 1.3.1
77
isPublic: true
88
description: Run a Codefresh pipeline by ID or name and attach the created build logs.
99
sources:
@@ -55,7 +55,7 @@ spec:
5555
"type": "string",
5656
"description": "Custom image of codefresh-run step",
5757
"examples": ["latest-debian"],
58-
"default": "latest"
58+
"default": "0.81.4"
5959
},
6060
"PIPELINE_ID": {
6161
"type": "string",

0 commit comments

Comments
 (0)