Skip to content

Commit 89ebb00

Browse files
remove quay prefix for bitnami/git image (#472)
1 parent 664baaa commit 89ebb00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubating/git-commit/step.yaml

Lines changed: 2 additions & 2 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.0.17
5+
version: 0.0.18
66
isPublic: true
77
description: Commit and push changes to repository
88
icon:
@@ -151,7 +151,7 @@ spec:
151151

152152
commit_and_push:
153153
title: "Commit and push"
154-
image: quay.io/bitnami/git
154+
image: bitnami/git
155155
shell: bash
156156
environment:
157157
- REPO=${{repo}}

0 commit comments

Comments
 (0)