changed the action to use cache #19

Merged
bizcochito merged 30 commits from testing into develop 2024-01-06 18:57:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8972a6f3c3 - Show all commits

View File

@ -7,6 +7,7 @@ jobs:
image: docker:dind
volumes:
- /root/.npm:/root/.npm
- /var/lib/docker/images:/var/lib/docker/images
steps:
- name: Starting docker daemon
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &