Skip to content

Commit 42febb4

Browse files
author
Oleg
committed
Hardcode registry for test
1 parent b0786af commit 42febb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- "wip*"
99

1010
env:
11-
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
11+
# IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
12+
IMAGE_REGISTRY: ghcr.io/optimumcode # github does not like upper case in registry as far as I know
1213

1314
concurrency:
1415
group: images-${{ github.ref }}

0 commit comments

Comments
 (0)