Skip to content

Commit 98fb397

Browse files
authored
Update build-image-test.yaml
1 parent 5badac2 commit 98fb397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Lowercase the org/repo name to allow for workflow to run in forks,
6262
# which owners have uppercase letters in username
6363
run: >-
64-
echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY@L}:${{ env.IMAGE_TAG }}"
64+
echo "IMAGE=ghcr.io/${{ github.repository | lower }}:${{ env.IMAGE_TAG }}"
6565
>> $GITHUB_ENV
6666
6767
- name: Setup docker (missing on MacOS)

0 commit comments

Comments
 (0)