From 63ca77480a0094ecde65f4ef74222f5b7f29f045 Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Thu, 21 Oct 2021 15:25:19 -0400 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d9f81f6..040ae22 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 - name: Build the Docker image run: | - docker build --file Dockerfile --tag alpine_nodejs:${{github.event.inputs.NodeVersion}} --build-arg NodeVersion=${{github.event.inputs.NodeVersion}} --build-arg PythonVersion=${{github.event.inputs.PythonVersion}}. + docker build --file Dockerfile --tag alpine_nodejs:${{github.event.inputs.NodeVersion}} --build-arg NodeVersion=${{github.event.inputs.NodeVersion}} --build-arg PythonVersion=${{github.event.inputs.PythonVersion}} . - name: Copy alpine node.js out run: | mkdir $RUNNER_TEMP/alpine_node