Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
Signed-off-by: mahdikhashan <[email protected]>
  • Loading branch information
mahdikhashan committed Feb 28, 2025
1 parent 900ca0a commit e151070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: publish
uses: ./.github/workflows/template-publish-image
with:
image: ghcr.io/kubeflow/${{ matrix.component-name }}
image: ghcr.io/kubeflow/trainer/${{ matrix.component-name }}
dockerfile: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms }}
context: ${{ matrix.context }}
Expand All @@ -56,7 +56,7 @@ jobs:
if: steps.publish.outcome == 'skipped'
uses: ./.github/workflows/template-publish-image
with:
image: ghcr.io/kubeflow/${{ matrix.component-name }}
image: ghcr.io/kubeflow/trainer/${{ matrix.component-name }}
dockerfile: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms }}
context: ${{ matrix.context }}
Expand Down

0 comments on commit e151070

Please sign in to comment.