Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated CLI Image for git-commit #665

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading