Skip to content

Commit 1d54153

Browse files
authored
Update vwa_multi_arch_test.yaml
Signed-off-by: henschwartz <[email protected]>
1 parent 7b125b0 commit 1d54153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vwa_multi_arch_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- components/crud-web-apps/common/**
77
- releasing/version/VERSION
88
branches:
9-
- master
10-
- v*-branch
9+
- main
10+
- notebooks-v1
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
1414
cancel-in-progress: true
1515

1616
env:
17-
IMG: ghcr.io/kubeflow/kubeflow/volumes-web-app
17+
IMG: ghcr.io/kubeflow/notebooks/volumes-web-app
1818

1919
jobs:
2020
build:

0 commit comments

Comments
 (0)