From ffdd6b2cac94c85d0ec4760ab83e933da70aac5d Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Wed, 10 Jun 2026 11:00:19 +0800 Subject: [PATCH] fix: ansible-builder command error --- .github/workflows/build-ansible-executor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-ansible-executor.yml b/.github/workflows/build-ansible-executor.yml index 543b03238..e741ff5e9 100644 --- a/.github/workflows/build-ansible-executor.yml +++ b/.github/workflows/build-ansible-executor.yml @@ -62,8 +62,7 @@ jobs: run: | ansible-builder create \ -f execution-environment.yml \ - -c context \ - --container-runtime docker + -c context - name: Build and push multi-arch image uses: docker/build-push-action@v6