This commit is contained in:
Wintermute 2025-01-31 17:24:02 +01:00
parent 2e10aac8ef
commit 38d77c2fc5
Signed by: wintermute
GPG key ID: D85876B31F4275CF

View file

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