3
Some checks failed
ci / docker (push) Failing after 4s

This commit is contained in:
2025-11-06 19:03:36 +01:00
parent 2597b5bf5f
commit fdc254b59a

View File

@@ -4,8 +4,10 @@ on: [push]
jobs:
docker:
runs-on: docker-stable
runs-on: ubuntu-latest
steps:
- name: Start dockerd
run: systemctl start docker
- name: Checkout
uses: actions/checkout@v4
- name: Login to docker