build: fix dev docker image (#584)

This commit is contained in:
Shohei Ueda
2021-03-10 19:52:56 +09:00
committed by GitHub
parent 65a821ebc7
commit b52df3c817
4 changed files with 8 additions and 21 deletions

View File

@@ -34,7 +34,5 @@ jobs:
if: github.event_name == 'pull_request'
- run: make build
- run: docker images
- run: make ci
- run: make all
- run: docker-compose push
if: github.ref == 'refs/heads/main' && github.event.repository.fork == false

View File

@@ -46,7 +46,7 @@ jobs:
npm --version
git --version
- run: npm ci
- run: npm ci --ignore-scripts
- name: npm audit
if: startsWith(matrix.os, 'ubuntu-18.04')