File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8888
8989 build-windows :
9090 name : Build & push windows
91- if : github.repository == 'argoproj /argo-workflows'
91+ if : github.repository == 'codefresh-io /argo-workflows'
9292 runs-on : windows-2022
9393 steps :
9494 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -204,7 +204,7 @@ jobs:
204204
205205 test-images-windows :
206206 name : Try pulling windows
207- if : github.repository == 'argoproj /argo-workflows'
207+ if : github.repository == 'codefresh-io /argo-workflows'
208208 runs-on : windows-2022
209209 needs : [ push-images ]
210210 steps :
@@ -264,9 +264,9 @@ jobs:
264264 - run : generator -o dist -p .
265265 - run : yarn --cwd ui install
266266 - run : generator -o dist -p ui
267- - run : bom generate --image quay.io/argoproj /workflow-controller:$VERSION -o dist/workflow-controller.spdx
268- - run : bom generate --image quay.io/argoproj /argocli:$VERSION -o dist/argocli.spdx
269- - run : bom generate --image quay.io/argoproj /argoexec:$VERSION -o dist/argoexec.spdx
267+ - run : bom generate --image quay.io/codefresh /workflow-controller:$VERSION -o dist/workflow-controller.spdx
268+ - run : bom generate --image quay.io/codefresh /argocli:$VERSION -o dist/argocli.spdx
269+ - run : bom generate --image quay.io/codefresh /argoexec:$VERSION -o dist/argoexec.spdx
270270 # pack the boms into one file to make it easy to download
271271 - run : tar -zcf dist/sbom.tar.gz dist/*.spdx
272272 - run : make release-notes VERSION=$VERSION
You can’t perform that action at this time.
0 commit comments