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 e74daf6 commit 36fba8dCopy full SHA for 36fba8d
incubating/git-commit/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: git-commit
5
- version: 0.1.2
+ version: 0.1.3
6
isPublic: true
7
description: Commit and push changes to repository
8
icon:
@@ -144,7 +144,7 @@ spec:
144
steps:
145
export_access_token:
146
title: "Export git access token"
147
- image: quay.io/codefreshplugins/cli
+ image: quay.io/codefresh/cli:0.87.2
148
environment:
149
- GIT_INTEGRATION_NAME=${{git}}
150
- ALLOW_EMPTY_BOOL=${{allow_empty}}
@@ -165,7 +165,7 @@ spec:
165
166
commit_and_push:
167
title: "Commit and push"
168
- image: codefreshplugins/git-commit:0.1.0
+ image: codefreshplugins/git-commit:0.1.3
169
shell: bash
170
171
- REPO=${{repo}}
0 commit comments