Skip to content

Commit ce59439

Browse files
committed
fix: lowercase owner name
1 parent ad28529 commit ce59439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
default: false
2020

2121
env:
22-
IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/irys
22+
IMAGE_NAME: ghcr.io/${{ toLower(github.repository_owner) }}/irys
2323
CARGO_TERM_COLOR: always
2424

2525
jobs:

0 commit comments

Comments
 (0)