Fix build action file
Some checks failed
Docker Image CI / build_docker_images (push) Failing after 21s
Some checks failed
Docker Image CI / build_docker_images (push) Failing after 21s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user