From 8fbf610c7d8135d4dde193f77c76c539ca869b3d Mon Sep 17 00:00:00 2001 From: DavidGOrtega Date: Sun, 19 Apr 2020 10:43:47 +0200 Subject: [PATCH] .dockerignore (#62) * file * mv file * type --- .dockerignore | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..600e365ec --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +**/node_modules \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17df0c91d..c7f34cd0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "Publush CML dockers" +name: "Publish CML dockers" on: [push, pull_request]