Skip to content

Commit

Permalink
chore: update repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
2129zxl committed Jun 18, 2024
1 parent adc6c44 commit 94a4506
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/op-node
ghcr.io/${{ github.repository_owner }}/optimism/op-node
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/op-batcher
ghcr.io/${{ github.repository_owner }}/optimism/op-batcher
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
ghcr.io/${{ github.repository_owner }}/op-proposer
ghcr.io/${{ github.repository_owner }}/optimism/op-proposer
tags: |
type=ref,event=branch
type=ref,event=tag
Expand Down

0 comments on commit 94a4506

Please sign in to comment.