Skip to content

Commit 901a40c

Browse files
committed
Fix docker build workflow
1 parent 9f6d4fa commit 901a40c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212

1313
env:
1414
REGISTRY: ghcr.io
15-
# Will resolve to foundry-rs/foundry
16-
IMAGE_NAME: ${{ github.repository }}
15+
# Hardcode to avoid the capital casing, which is not allowed.
16+
# IMAGE_NAME: ${{ github.repository }}
17+
IMAGE_NAME: lit-protocol/foundry
1718

1819
jobs:
1920
container:

0 commit comments

Comments
 (0)