Update docker-publish.yml

This commit is contained in:
Cohee 2024-04-06 16:00:42 +03:00 committed by GitHub
parent 368df65337
commit 679a249674
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
steps:
## Workaround for GitHub repo names containing uppercase characters
- name: set lowercase repo name
- name: Set lowercase repo name
run: |
echo "IMAGE_NAME=${REPO,,}" >>${GITHUB_ENV}