Skip to content

Commit c8b03ce

Browse files
committed
ci: sync release.yuaml
Signed-off-by: Noam Gal <[email protected]>
1 parent 6ce32c9 commit c8b03ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)