Skip to content

Commit a8292da

Browse files
committed
improve code
Signed-off-by: mahdikhashan <[email protected]>
1 parent 3e5152e commit a8292da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
env:
1414
IMAGE_NAME: mpioperator/mpi-operator
15-
GHCR_IMAGE_NAME: ghcr.io/mpioperator/mpi-operator
1615

1716
jobs:
1817
build-push-docker-image:
@@ -27,7 +26,7 @@ jobs:
2726
with:
2827
images: |
2928
${{ env.IMAGE_NAME }}
30-
${{ env.GHCR_IMAGE_NAME }}
29+
ghcr.io/${{ env.IMAGE_NAME }}
3130
tags: |
3231
type=ref,event=branch
3332
type=ref,event=pr

0 commit comments

Comments
 (0)