Fix build action file
Some checks failed
Docker Image CI / build_docker_images (push) Has been cancelled

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

View File

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