Skip to content

Commit 521def8

Browse files
committed
[GitHub] lowercase image name
1 parent f472c3e commit 521def8

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=${REPOSITORY//docker-/}
32+
export IMAGE_NAME=${REPOSITORY//docker-/,,}
3333
echo Image Name: $IMAGE_NAME
3434
echo "IMAGE_NAME=${IMAGE_NAME}" >> $GITHUB_ENV
3535

0 commit comments

Comments
 (0)