Skip to content

Commit 529eef5

Browse files
committed
[GitHub] make image name lowercase Mk2
1 parent 521def8 commit 529eef5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
run: |
3030
echo Repository: $REPOSITORY
3131
32-
export IMAGE_NAME=${REPOSITORY//docker-/,,}
32+
export IMAGE_NAME_2=${REPOSITORY//docker-/,,}
33+
export IMAGE_NAME=${IMAGE_NAME_2,,}
3334
echo Image Name: $IMAGE_NAME
3435
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
3536

0 commit comments

Comments
 (0)