Skip to content

Commit 2ed4b2d

Browse files
committed
Alter image
1 parent fd26242 commit 2ed4b2d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout CodeFlare operator repository
6363
uses: actions/checkout@v4
6464
with:
65-
repository: Bobbins228/codeflare-operator
65+
repository: project-codeflare/codeflare-operator
6666
path: codeflare-operator
6767

6868
- name: Set Go
@@ -89,9 +89,8 @@ jobs:
8989
id: deploy
9090
run: |
9191
cd codeflare-operator
92-
git fetch origin
93-
git checkout update-cert-image
9492
echo Setting up CodeFlare stack
93+
sed -i 's|certGeneratorImage: .*|certGeneratorImage: quay.io/project-codeflare/ray:2.20.0-py39-cu118|' config/e2e/config.yaml
9594
make setup-e2e
9695
echo Deploying CodeFlare operator
9796
IMG="${REGISTRY_ADDRESS}"/codeflare-operator

0 commit comments

Comments
 (0)