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