Skip to content

Commit a2763d7

Browse files
fix(ci): use dynamic registry namespace for Docker workflow
1 parent 21788e4 commit a2763d7

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
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch: {}
88

99
env:
10-
REGISTRY_IMAGE: ghcr.io/base/node-reth-dev
10+
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/node-reth-dev
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)