Refactor Docker service configuration in Ansible workflow
This commit is contained in:
parent
f968358a29
commit
a1f03f55aa
1 changed files with 2 additions and 5 deletions
|
|
@ -20,11 +20,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ amd64, arm64 ]
|
arch: [ amd64, arm64 ]
|
||||||
runs-on: ${{ matrix.arch }}
|
runs-on: ${{ matrix.arch }}
|
||||||
services:
|
container:
|
||||||
dind:
|
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
env:
|
|
||||||
DOCKER_HOST: tcp://dind:2375
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue