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

This commit is contained in:
Aram 🍐 2025-08-23 02:06:44 -04:00
parent d7c293dd42
commit 0cb471c650

View file

@ -12,6 +12,8 @@ jobs:
image: docker:latest image: docker:latest
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Install Node.js
run: apk add --no-cache nodejs npm
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Docker Buildx - name: Setup Docker Buildx