Skip to content

Commit 36fba8d

Browse files
author
Luke Goodfellow
authored
updated CLI Image for git-commit (#665)
1 parent e74daf6 commit 36fba8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

incubating/git-commit/step.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: git-commit
5-
version: 0.1.2
5+
version: 0.1.3
66
isPublic: true
77
description: Commit and push changes to repository
88
icon:
@@ -144,7 +144,7 @@ spec:
144144
steps:
145145
export_access_token:
146146
title: "Export git access token"
147-
image: quay.io/codefreshplugins/cli
147+
image: quay.io/codefresh/cli:0.87.2
148148
environment:
149149
- GIT_INTEGRATION_NAME=${{git}}
150150
- ALLOW_EMPTY_BOOL=${{allow_empty}}
@@ -165,7 +165,7 @@ spec:
165165

166166
commit_and_push:
167167
title: "Commit and push"
168-
image: codefreshplugins/git-commit:0.1.0
168+
image: codefreshplugins/git-commit:0.1.3
169169
shell: bash
170170
environment:
171171
- REPO=${{repo}}

0 commit comments

Comments
 (0)