mirror of
https://github.com/docker/setup-qemu-action.git
synced 2026-04-19 07:45:44 +00:00
set docker.io domain for default binfmt image
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
b12b38b5fe
commit
af38981e30
4 changed files with 18 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ describe('getInputs', () => {
|
|||
0,
|
||||
new Map<string, string>([]),
|
||||
{
|
||||
image: 'tonistiigi/binfmt:latest',
|
||||
image: 'docker.io/tonistiigi/binfmt:latest',
|
||||
platforms: 'all',
|
||||
} as context.Inputs
|
||||
],
|
||||
|
|
@ -39,7 +39,7 @@ describe('getInputs', () => {
|
|||
['platforms', 'arm64, riscv64, arm '],
|
||||
]),
|
||||
{
|
||||
image: 'tonistiigi/binfmt:latest',
|
||||
image: 'docker.io/tonistiigi/binfmt:latest',
|
||||
platforms: 'arm64,riscv64,arm',
|
||||
} as context.Inputs
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue