Skip to content

Commit 9f766fa

Browse files
committed
ci: fixing image letters case 2
1 parent 407a0bf commit 9f766fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Convert repository owner to lowercase (required for GHCR image names)
3030
- name: Set lowercase repository owner
3131
id: repo_owner
32-
run: echo "lowercase=$(echo \"${GITHUB_REPOSITORY_OWNER}\" | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
32+
run: echo "lowercase=$(echo ${GITHUB_REPOSITORY_OWNER} | tr '[:upper:]' '[:lower:]')" >> "$GITHUB_OUTPUT"
3333

3434
# Log in to GitHub Container Registry using the auto-generated token
3535
- name: Log in to GHCR

0 commit comments

Comments
 (0)