We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1b42b commit f22f059Copy full SHA for f22f059
1 file changed
.github/workflows/build.yaml
@@ -68,13 +68,20 @@ jobs:
68
max-parallel: 3
69
matrix:
70
target: ${{ fromJson(needs.prepare.outputs.targets) }}
71
- include:
72
- - registry: ghcr.io
73
- repository: ${{ github.repository }}
+ registry:
+ - ghcr.io
+ - docker.io
74
+ - container-registry.us-east-1.cr.aliyuncs.com
75
+ repository:
76
+ - ${{ github.repository }}
77
+ - rss3
78
+ exclude:
79
- registry: docker.io
80
+ repository: ${{ github.repository }}
81
+ - registry: ghcr.io
82
repository: rss3
83
- registry: container-registry.us-east-1.cr.aliyuncs.com
- repository: rss3
84
85
86
steps:
87
- name: Checkout
0 commit comments