Skip to content

Commit fafd8d6

Browse files
committed
update path
1 parent 900ca0a commit fafd8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: publish
4747
uses: ./.github/workflows/template-publish-image
4848
with:
49-
image: ghcr.io/kubeflow/${{ matrix.component-name }}
49+
image: ghcr.io/kubeflow/trainer/${{ matrix.component-name }}
5050
dockerfile: ${{ matrix.dockerfile }}
5151
platforms: ${{ matrix.platforms }}
5252
context: ${{ matrix.context }}
@@ -56,7 +56,7 @@ jobs:
5656
if: steps.publish.outcome == 'skipped'
5757
uses: ./.github/workflows/template-publish-image
5858
with:
59-
image: ghcr.io/kubeflow/${{ matrix.component-name }}
59+
image: ghcr.io/kubeflow/trainer/${{ matrix.component-name }}
6060
dockerfile: ${{ matrix.dockerfile }}
6161
platforms: ${{ matrix.platforms }}
6262
context: ${{ matrix.context }}

0 commit comments

Comments
 (0)