Fix build action file

This commit is contained in:
GianLuca Vagnuzzi
2025-11-11 15:15:42 +01:00
parent 3022085246
commit 80dedc988b

View File

@@ -8,7 +8,8 @@ on:
jobs:
build_docker_images:
runs-on: ubuntu-latest
container: node:20
image: docker:24.0.5-cli
options: --volume /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Code Checkout