Skip to content

Commit

Permalink
Merge pull request #37 from node-real/v0.4.2_combo_fix
Browse files Browse the repository at this point in the history
chore: update docker repo path
  • Loading branch information
2129zxl committed Jun 18, 2024
2 parents adc6c44 + 01e5029 commit 712f8bb
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 712f8bb

Please sign in to comment.