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.
1 parent 16872e9 commit 594afb9Copy full SHA for 594afb9
incubating/codefresh-report-image/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: codefresh-report-image
5
- version: 1.0.0
+ version: 1.0.1
6
isPublic: true
7
description: Report Docker Image Metadata to Codefresh CD
8
sources:
@@ -174,7 +174,7 @@ spec:
174
"IMAGE_TAG": {
175
"type": "string",
176
"description": "Image tag for step's image.",
177
- "default": "0.0.83"
+ "default": "latest"
178
}
179
180
0 commit comments