use dind
Some checks failed
ci / checkout (push) Failing after 29s

This commit is contained in:
R.J. 2025-01-31 17:24:02 +01:00
parent 2e10aac8ef
commit 38d77c2fc5
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -7,10 +7,10 @@ jobs:
checkout: checkout:
runs-on: docker runs-on: docker
container: container:
image: alpine:edge image: docker:dind
steps: steps:
- name: Get git and docker - name: Get git and docker
run: apk add git docker nodejs run: apk add git nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Login - name: Login