Skip to content

Commit 52a88fb

Browse files
fix(ci): made repository name lowercase
1 parent c257293 commit 52a88fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: env-vars
4242
run: |
4343
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
44-
echo "IMAGE_NAME=ghcr.io/${GITHUB_ACTOR}/fsb" >> $GITHUB_ENV
44+
echo "IMAGE_NAME=ghcr.io/${GITHUB_ACTOR,,}/fsb" >> $GITHUB_ENV
4545
4646
- name: Build docker image and push
4747
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)