Skip to content

Commit

Permalink
updated CLI Image for git-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmagik committed Dec 8, 2023
1 parent e74daf6 commit 42fa8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions incubating/git-commit/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: step-type
version: '1.0'
metadata:
name: git-commit
version: 0.1.2
version: 0.1.3
isPublic: true
description: Commit and push changes to repository
icon:
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
steps:
export_access_token:
title: "Export git access token"
image: quay.io/codefreshplugins/cli
image: quay.io/codefresh/cli:0.87.2
environment:
- GIT_INTEGRATION_NAME=${{git}}
- ALLOW_EMPTY_BOOL=${{allow_empty}}
Expand All @@ -165,7 +165,7 @@ spec:

commit_and_push:
title: "Commit and push"
image: codefreshplugins/git-commit:0.1.0
image: codefreshplugins/git-commit:0.1.3
shell: bash
environment:
- REPO=${{repo}}
Expand Down

0 comments on commit 42fa8dc

Please sign in to comment.