File tree Expand file tree Collapse file tree 5 files changed +19
-22
lines changed
workflows/github/versions Expand file tree Collapse file tree 5 files changed +19
-22
lines changed Original file line number Diff line number Diff line change 40
40
container :
41
41
name : main
42
42
imagePullPolicy : Always
43
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.1-images-commit-status: main
43
+ image : quay.io/codefreshplugins/argo-hub-github-commit-status: 0.0.1-main
44
44
command :
45
45
- node
46
46
- index.js
86
86
script :
87
87
workingDir : ' {{ inputs.artifacts.repo.path }}'
88
88
imagePullPolicy : Always
89
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.1-images-create-pr: main
89
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr: 0.0.1-main
90
90
command : [sh]
91
91
source : |
92
92
git checkout {{inputs.parameters.BRANCH}}
Original file line number Diff line number Diff line change 39
39
container :
40
40
name : main
41
41
imagePullPolicy : Always
42
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.2-images-commit-status: main
42
+ image : quay.io/codefreshplugins/argo-hub-github-commit-status: 0.0.2-main
43
43
command :
44
44
- node
45
45
- index.js
84
84
script :
85
85
workingDir : ' {{ inputs.artifacts.repo.path }}'
86
86
imagePullPolicy : Always
87
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.2-images-create-pr: main
87
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr: 0.0.2-main
88
88
command : [sh]
89
89
source : |
90
90
git checkout {{inputs.parameters.BRANCH}}
@@ -107,7 +107,7 @@ spec:
107
107
parameters :
108
108
- name : GITHUB_JSON
109
109
container :
110
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.2-images-extract-webhook-variables: main
110
+ image : quay.io/codefreshplugins/argo-hub-github-extract-webhook-variables: 0.0.2-main
111
111
command : ["python3"]
112
112
args : ["/parse_github_payload.py"]
113
113
env :
Original file line number Diff line number Diff line change 40
40
container :
41
41
name : main
42
42
imagePullPolicy : Always
43
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.3-images-commit-status: main
43
+ image : quay.io/codefreshplugins/argo-hub-github-commit-status: 0.0.3-main
44
44
command :
45
45
- node
46
46
- index.js
86
86
script :
87
87
workingDir : ' {{ inputs.artifacts.repo.path }}'
88
88
imagePullPolicy : Always
89
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.3-images-create-pr: main
89
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr: 0.0.3-main
90
90
command : [sh]
91
91
source : |
92
92
git checkout {{inputs.parameters.BRANCH}}
@@ -121,7 +121,7 @@ spec:
121
121
default : ' github.com'
122
122
script :
123
123
imagePullPolicy : Always
124
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.3-images-create-pr-comment: main
124
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr-comment: 0.0.3-main
125
125
command : [sh]
126
126
source : |
127
127
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +145,7 @@ spec:
145
145
parameters :
146
146
- name : GITHUB_JSON
147
147
container :
148
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.3-images-extract-webhook-variables: main
148
+ image : quay.io/codefreshplugins/argo-hub-github-extract-webhook-variables: 0.0.3-main
149
149
command : ["python3"]
150
150
args : ["/parse_github_payload.py"]
151
151
env :
Original file line number Diff line number Diff line change 40
40
container :
41
41
name : main
42
42
imagePullPolicy : Always
43
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.4-images-commit-status: main
43
+ image : quay.io/codefreshplugins/argo-hub-github-commit-status: 0.0.4-main
44
44
command :
45
45
- node
46
46
- index.js
86
86
script :
87
87
workingDir : ' {{ inputs.artifacts.repo.path }}'
88
88
imagePullPolicy : Always
89
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.4-images-create-pr: main
89
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr: 0.0.4-main
90
90
command : [sh]
91
91
source : |
92
92
git checkout {{inputs.parameters.BRANCH}}
@@ -121,7 +121,7 @@ spec:
121
121
default : ' github.com'
122
122
script :
123
123
imagePullPolicy : Always
124
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.4-images-create-pr-comment: main
124
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr-comment: 0.0.4-main
125
125
command : [sh]
126
126
source : |
127
127
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +145,7 @@ spec:
145
145
parameters :
146
146
- name : GITHUB_JSON
147
147
container :
148
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.4-images-extract-webhook-variables: main
148
+ image : quay.io/codefreshplugins/argo-hub-github-extract-webhook-variables: 0.0.4-main
149
149
command : ["python3"]
150
150
args : ["/parse_github_payload.py"]
151
151
env :
@@ -284,11 +284,10 @@ spec:
284
284
default : ' '
285
285
- name : BASE
286
286
default : ' '
287
-
288
287
container :
289
288
name : main
290
289
imagePullPolicy : Always
291
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.4-images-create-pr-codefresh: main
290
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr-codefresh: 0.0.4-main
292
291
command :
293
292
- yarn
294
293
- start
Original file line number Diff line number Diff line change 35
35
container :
36
36
name : main
37
37
imagePullPolicy : Always
38
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.5-images-commit-status: main
38
+ image : quay.io/codefreshplugins/argo-hub-github-commit-status: 0.0.5-main
39
39
command :
40
40
- node
41
41
- index.js
83
83
script :
84
84
workingDir : ' {{ inputs.artifacts.repo.path }}'
85
85
imagePullPolicy : Always
86
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.5-images-create-pr: main
86
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr: 0.0.5-main
87
87
command : [sh]
88
88
source : |
89
89
git checkout {{inputs.parameters.BRANCH}}
97
97
key : token
98
98
- name : GITHUB_USER
99
99
value : ' {{ inputs.parameters.GITHUB_USER }}'
100
-
101
100
102
101
- name : create-pr-comment
103
102
serviceAccountName : argo-hub.github.0.0.5
@@ -121,7 +120,7 @@ spec:
121
120
default : ' github.com'
122
121
script :
123
122
imagePullPolicy : Always
124
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.5-images-create-pr-comment: main
123
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr-comment: 0.0.5-main
125
124
command : [sh]
126
125
source : |
127
126
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +144,7 @@ spec:
145
144
parameters :
146
145
- name : GITHUB_JSON
147
146
container :
148
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.5-images-extract-webhook-variables: main
147
+ image : quay.io/codefreshplugins/argo-hub-github-extract-webhook-variables: 0.0.5-main
149
148
command : ["python3"]
150
149
args : ["/parse_github_payload.py"]
151
150
env :
@@ -284,11 +283,10 @@ spec:
284
283
default : ' '
285
284
- name : BASE
286
285
default : ' '
287
-
288
286
container :
289
287
name : main
290
288
imagePullPolicy : Always
291
- image : quay.io/codefreshplugins/argo-hub-workflows- github-versions- 0.0.5-images-create-pr-codefresh: main
289
+ image : quay.io/codefreshplugins/argo-hub-github-create-pr-codefresh: 0.0.5-main
292
290
command :
293
291
- yarn
294
292
- start
You can’t perform that action at this time.
0 commit comments