Skip to content

Commit 5459389

Browse files
committed
chore: update GitHub Actions workflow to specify fixed repository paths for Docker registries
1 parent f22f059 commit 5459389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
- docker.io
7474
- container-registry.us-east-1.cr.aliyuncs.com
7575
repository:
76-
- ${{ github.repository }}
76+
- rss3-network/optimism
7777
- rss3
7878
exclude:
7979
- registry: docker.io
80-
repository: ${{ github.repository }}
80+
repository: rss3-network/optimism
8181
- registry: ghcr.io
8282
repository: rss3
8383
- registry: container-registry.us-east-1.cr.aliyuncs.com
84-
repository: ${{ github.repository }}
84+
repository: rss3-network/optimism
8585

8686
steps:
8787
- name: Checkout

0 commit comments

Comments
 (0)