Skip to content

Commit 0db0991

Browse files
authored
Apply suggestions from code review
1 parent d7dfa51 commit 0db0991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# which owners have uppercase letters in username
3838
shell: bash
3939
run: >-
40-
echo "IMAGE=ghcr.io/${GITHUB_REPOSITORY,,}:${{ env.IMAGE_TAG }}"
40+
echo "IMAGE=ghcr.io/${${{ github.repository }}@L}:${{ env.IMAGE_TAG }}"
4141
>> $GITHUB_ENV
4242
4343
- name: Set up QEMU

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Lowercase the org/repo name to allow for workflow to run in forks,
4343
# which owners have uppercase letters in username
4444
run: >-
45-
echo "IMAGE_REPO=ghcr.io/:${GITHUB_REPOSITORY,,}"
45+
echo "IMAGE_REPO=ghcr.io/:${${{ github.repository }}@L}"
4646
>> $GITHUB_ENV
4747
4848
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)