Skip to content

Commit bcdb678

Browse files
committed
ci(runner): fix ansible version
1 parent 505d7e2 commit bcdb678

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
with:
165165
builder: ${{ steps.buildx.outputs.name }}
166166
context: .
167+
build-args: |
168+
ANSIBLE_VERSION=9.4.0
167169
file: deployment/docker/runner/Dockerfile
168170
platforms: linux/amd64,linux/arm64 #,linux/arm/v6
169171
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)