ci: fix bugs
Some checks failed
build-docker-images-for-multi-latest-release / build-and-push (push) Has been cancelled
Some checks failed
build-docker-images-for-multi-latest-release / build-and-push (push) Has been cancelled
This commit is contained in:
parent
bb55a68ab2
commit
d68c17e0d7
@ -40,7 +40,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Define the images to pull
|
# Define the images to pull
|
||||||
QEMU_IMAGE="dockerp.com/multiarch/qemu-user-static:latest"
|
QEMU_IMAGE="dockerp.com/multiarch/qemu-user-static:latest"
|
||||||
BUILDX_IMAGE="dockerp.com/buildkit:buildx-stable-1"
|
BUILDX_IMAGE="dockerp.com/moby/buildkit:buildx-stable-1"
|
||||||
|
|
||||||
# Check and pull multiarch/qemu-user-static if not exists
|
# Check and pull multiarch/qemu-user-static if not exists
|
||||||
if ! docker image inspect "$QEMU_IMAGE" > /dev/null 2>&1; then
|
if ! docker image inspect "$QEMU_IMAGE" > /dev/null 2>&1; then
|
||||||
|
Loading…
Reference in New Issue
Block a user