Skip to content

Commit e2d8be2

Browse files
committed
hardcode ghcr image name
Signed-off-by: mahdikhashan <[email protected]>
1 parent a8292da commit e2d8be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mpi-operator-docker-image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
images: |
2828
${{ env.IMAGE_NAME }}
29-
ghcr.io/${{ env.IMAGE_NAME }}
29+
ghcr.io/kubeflow/mpi-operator/controller
3030
tags: |
3131
type=ref,event=branch
3232
type=ref,event=pr

0 commit comments

Comments
 (0)