Skip to content

Commit

Permalink
fix: Switch to upstream image also for the step buildah push. #136
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoulliard committed Sep 3, 2019
1 parent a829504 commit d165d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/component/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (res task) Build() (runtime.Object, error) {
// the service account
{
Name: "push",
Image: "quay.io/openshift-pipeline/buildah",
Image: "quay.io/buildah/stable",
Command: []string{
"buildah",
},
Expand Down

0 comments on commit d165d65

Please sign in to comment.