Skip to content

Commit f22f059

Browse files
committed
chore: refine GitHub Actions workflow by updating registry and repository configurations
1 parent cf1b42b commit f22f059

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,20 @@ jobs:
6868
max-parallel: 3
6969
matrix:
7070
target: ${{ fromJson(needs.prepare.outputs.targets) }}
71-
include:
72-
- registry: ghcr.io
73-
repository: ${{ github.repository }}
71+
registry:
72+
- ghcr.io
73+
- docker.io
74+
- container-registry.us-east-1.cr.aliyuncs.com
75+
repository:
76+
- ${{ github.repository }}
77+
- rss3
78+
exclude:
7479
- registry: docker.io
80+
repository: ${{ github.repository }}
81+
- registry: ghcr.io
7582
repository: rss3
7683
- registry: container-registry.us-east-1.cr.aliyuncs.com
77-
repository: rss3
84+
repository: ${{ github.repository }}
7885

7986
steps:
8087
- name: Checkout

0 commit comments

Comments
 (0)