Skip to content

Commit 4490bcb

Browse files
committed
[GitHub] make image name lowercase Mk3
1 parent 529eef5 commit 4490bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
echo Repository: $REPOSITORY
3131
32-
export IMAGE_NAME_2=${REPOSITORY//docker-/,,}
32+
export IMAGE_NAME_2=${REPOSITORY//docker-/}
3333
export IMAGE_NAME=${IMAGE_NAME_2,,}
3434
echo Image Name: $IMAGE_NAME
3535
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)