Try fixing CI
Some checks failed
ShellCheck / shellcheck (push) Successful in 11s
Docker / build (push) Failing after 2m48s

This commit is contained in:
Andras Schmelczer 2026-03-23 07:41:06 +00:00
parent 31bc548fdd
commit 7e7653518e

View file

@ -15,7 +15,10 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-docker
container:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout repository - name: Checkout repository