We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900ca0a commit fafd8d6Copy full SHA for fafd8d6
.github/workflows/build-and-push-images.yaml
@@ -46,7 +46,7 @@ jobs:
46
id: publish
47
uses: ./.github/workflows/template-publish-image
48
with:
49
- image: ghcr.io/kubeflow/${{ matrix.component-name }}
+ image: ghcr.io/kubeflow/trainer/${{ matrix.component-name }}
50
dockerfile: ${{ matrix.dockerfile }}
51
platforms: ${{ matrix.platforms }}
52
context: ${{ matrix.context }}
@@ -56,7 +56,7 @@ jobs:
56
if: steps.publish.outcome == 'skipped'
57
58
59
60
61
62
0 commit comments