CI: upgrade to docker:cli (v24 too old for host daemon v29)
This commit is contained in:
parent
456f063ec3
commit
3ab52fcfc9
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
needs: [test]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: docker:24-cli
|
||||
image: docker:cli
|
||||
steps:
|
||||
- name: Setup tools
|
||||
run: apk add --no-cache git openssh-client curl
|
||||
|
|
|
|||
Loading…
Reference in New Issue