Update test.yml
This commit is contained in:
parent
17a2054b42
commit
50e7232fed
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
images="${{ github.event.inputs.docker_images }}"
|
||||
IFS=',' read -r -a image_array <<< "$images"
|
||||
for image in "${image_array[@]}"; do
|
||||
docker pull "${image}" --platform "amd64"
|
||||
docker pull "${image}" --platform "linux/amd64"
|
||||
docker save "${image}" -o "${image//\//_}-amd64.tar"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user