Skip to content

Commit 31c5d59

Browse files
2129zxlkrish-nr
authored andcommitted
chore: update docker repo path
1 parent 2288c54 commit 31c5d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/metadata-action@v5
2929
with:
3030
images: |
31-
ghcr.io/${{ github.repository_owner }}/op-node
31+
ghcr.io/${{ github.repository_owner }}/optimism/op-node
3232
tags: |
3333
type=ref,event=branch
3434
type=ref,event=tag
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/metadata-action@v5
6464
with:
6565
images: |
66-
ghcr.io/${{ github.repository_owner }}/op-batcher
66+
ghcr.io/${{ github.repository_owner }}/optimism/op-batcher
6767
tags: |
6868
type=ref,event=branch
6969
type=ref,event=tag
@@ -98,7 +98,7 @@ jobs:
9898
uses: docker/metadata-action@v5
9999
with:
100100
images: |
101-
ghcr.io/${{ github.repository_owner }}/op-proposer
101+
ghcr.io/${{ github.repository_owner }}/optimism/op-proposer
102102
tags: |
103103
type=ref,event=branch
104104
type=ref,event=tag

0 commit comments

Comments
 (0)