Skip to content
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
4 changes: 2 additions & 2 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.0.17
version: 0.0.18
isPublic: true
description: Commit and push changes to repository
icon:
Expand Down Expand Up @@ -151,7 +151,7 @@ spec:

commit_and_push:
title: "Commit and push"
image: quay.io/bitnami/git
image: bitnami/git
shell: bash
environment:
- REPO=${{repo}}
Expand Down