We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620efde commit 42a1c79Copy full SHA for 42a1c79
1 file changed
.github/workflows/docker-release.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/metadata-action@v5
29
with:
30
images: |
31
- ghcr.io/${{ github.repository_owner }}/op-node
+ ghcr.io/${{ github.repository_owner }}/optimism/op-node
32
tags: |
33
type=ref,event=branch
34
type=ref,event=tag
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
- ghcr.io/${{ github.repository_owner }}/op-batcher
+ ghcr.io/${{ github.repository_owner }}/optimism/op-batcher
67
68
69
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
- ghcr.io/${{ github.repository_owner }}/op-proposer
+ ghcr.io/${{ github.repository_owner }}/optimism/op-proposer
102
103
104
0 commit comments