替换源镜像

This commit is contained in:
2023-12-02 13:54:36 +08:00
parent 326560df21
commit 5abd98b9f8
7 changed files with 10 additions and 10 deletions

View File

@ -18,7 +18,7 @@ describe('getInputs', () => {
0,
new Map<string, string>([]),
{
image: 'tonistiigi/binfmt:latest',
image: 'gitea.icodef.com/codfrm/binfmt:latest',
platforms: 'all',
} as context.Inputs
],
@ -39,7 +39,7 @@ describe('getInputs', () => {
['platforms', 'arm64, riscv64, arm '],
]),
{
image: 'tonistiigi/binfmt:latest',
image: 'gitea.icodef.com/codfrm/binfmt:latest',
platforms: 'arm64,riscv64,arm',
} as context.Inputs
]