Skip to content

Commit

Permalink
dev: Change repository name to lower case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuxiangCao committed Mar 29, 2024
1 parent 9d25162 commit 58bba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/${{ github.repository_owner | lower }}/leeq:latest
tags: ghcr.io/${{ github.repository_owner.lowercase }}/leeq:latest

0 comments on commit 58bba46

Please sign in to comment.