Skip to content

Commit

Permalink
convert nave of repo to low case
Browse files Browse the repository at this point in the history
  • Loading branch information
TOwInOK committed Oct 26, 2024
1 parent 7cf367d commit c385c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
packages: write
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: ${{ toLowerCase(github.repository) }}

steps:
- name: Checkout
Expand Down

0 comments on commit c385c10

Please sign in to comment.