From d121b819721f7b7ce7946f85a8ad017fbe115539 Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Tue, 20 Oct 2020 09:38:04 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20deploy=E3=83=AF=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=95=E3=83=AD=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91ce4de..5d3dd59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,7 +57,9 @@ jobs: - uses: actions/checkout@v2 - name: Build assets - run: docker run --rm -v $PWD/websh_front:/work -t base nimble build -Y + run: | + docker build --target base -t base . + docker run --rm -v $PWD/websh_front:/work -t base nimble build -Y - name: Create artifact run: |