Try to specify options
Some checks failed
/ build (push) Failing after 34s

This commit is contained in:
Aram 🍐 2025-08-23 02:05:20 -04:00
parent d2f76d9512
commit d7c293dd42

View file

@ -8,6 +8,9 @@ on:
jobs:
build:
runs-on: docker
container:
image: docker:latest
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout code
uses: actions/checkout@v4