Skip to content

Commit 5de837d

Browse files
fix: argo-hub.github images
1 parent 7f92432 commit 5de837d

File tree

5 files changed

+19
-22
lines changed

5 files changed

+19
-22
lines changed

workflows/github/versions/0.0.1/workflowTemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
container:
4141
name: main
4242
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
4444
command:
4545
- node
4646
- index.js
@@ -86,7 +86,7 @@ spec:
8686
script:
8787
workingDir: '{{ inputs.artifacts.repo.path }}'
8888
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
9090
command: [sh]
9191
source: |
9292
git checkout {{inputs.parameters.BRANCH}}

workflows/github/versions/0.0.2/workflowTemplate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
container:
4040
name: main
4141
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
4343
command:
4444
- node
4545
- index.js
@@ -84,7 +84,7 @@ spec:
8484
script:
8585
workingDir: '{{ inputs.artifacts.repo.path }}'
8686
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
8888
command: [sh]
8989
source: |
9090
git checkout {{inputs.parameters.BRANCH}}
@@ -107,7 +107,7 @@ spec:
107107
parameters:
108108
- name: GITHUB_JSON
109109
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
111111
command: ["python3"]
112112
args: ["/parse_github_payload.py"]
113113
env:

workflows/github/versions/0.0.3/workflowTemplate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
container:
4141
name: main
4242
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
4444
command:
4545
- node
4646
- index.js
@@ -86,7 +86,7 @@ spec:
8686
script:
8787
workingDir: '{{ inputs.artifacts.repo.path }}'
8888
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
9090
command: [sh]
9191
source: |
9292
git checkout {{inputs.parameters.BRANCH}}
@@ -121,7 +121,7 @@ spec:
121121
default: 'github.com'
122122
script:
123123
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
125125
command: [sh]
126126
source: |
127127
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +145,7 @@ spec:
145145
parameters:
146146
- name: GITHUB_JSON
147147
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
149149
command: ["python3"]
150150
args: ["/parse_github_payload.py"]
151151
env:

workflows/github/versions/0.0.4/workflowTemplate.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
container:
4141
name: main
4242
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
4444
command:
4545
- node
4646
- index.js
@@ -86,7 +86,7 @@ spec:
8686
script:
8787
workingDir: '{{ inputs.artifacts.repo.path }}'
8888
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
9090
command: [sh]
9191
source: |
9292
git checkout {{inputs.parameters.BRANCH}}
@@ -121,7 +121,7 @@ spec:
121121
default: 'github.com'
122122
script:
123123
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
125125
command: [sh]
126126
source: |
127127
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +145,7 @@ spec:
145145
parameters:
146146
- name: GITHUB_JSON
147147
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
149149
command: ["python3"]
150150
args: ["/parse_github_payload.py"]
151151
env:
@@ -284,11 +284,10 @@ spec:
284284
default: ''
285285
- name: BASE
286286
default: ''
287-
288287
container:
289288
name: main
290289
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
292291
command:
293292
- yarn
294293
- start

workflows/github/versions/0.0.5/workflowTemplate.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
container:
3636
name: main
3737
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
3939
command:
4040
- node
4141
- index.js
@@ -83,7 +83,7 @@ spec:
8383
script:
8484
workingDir: '{{ inputs.artifacts.repo.path }}'
8585
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
8787
command: [sh]
8888
source: |
8989
git checkout {{inputs.parameters.BRANCH}}
@@ -97,7 +97,6 @@ spec:
9797
key: token
9898
- name: GITHUB_USER
9999
value: '{{ inputs.parameters.GITHUB_USER }}'
100-
101100

102101
- name: create-pr-comment
103102
serviceAccountName: argo-hub.github.0.0.5
@@ -121,7 +120,7 @@ spec:
121120
default: 'github.com'
122121
script:
123122
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
125124
command: [sh]
126125
source: |
127126
gh pr --repo {{ inputs.parameters.REPO_OWNER }}/{{ inputs.parameters.REPO_NAME }} \
@@ -145,7 +144,7 @@ spec:
145144
parameters:
146145
- name: GITHUB_JSON
147146
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
149148
command: ["python3"]
150149
args: ["/parse_github_payload.py"]
151150
env:
@@ -284,11 +283,10 @@ spec:
284283
default: ''
285284
- name: BASE
286285
default: ''
287-
288286
container:
289287
name: main
290288
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
292290
command:
293291
- yarn
294292
- start

0 commit comments

Comments
 (0)