ci: fix bugs again
Some checks failed
build-docker-images-for-latest-release-github-ver / build-and-push (push) Has been cancelled
Some checks failed
build-docker-images-for-latest-release-github-ver / build-and-push (push) Has been cancelled
This commit is contained in:
parent
ed22a73eda
commit
243e875e1d
@ -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