Skip to content

Commit dd1f899

Browse files
author
gurghet
committed
fix: remove remaining lower filter from env var
1 parent 9a04fba commit dd1f899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
IMAGE_NAME: ${{ github.repository | lower }}
15+
IMAGE_NAME: ${{ github.repository }}
1616

1717
jobs:
1818
release:

0 commit comments

Comments
 (0)