From cd5652215f23c88230780062bf9b5a3cad7f43ce Mon Sep 17 00:00:00 2001 From: bjdgy Date: Mon, 29 Jan 2024 22:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20docker=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3391470..a90e90b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: # working-directory: web # run: | # yarn install - # yarn run build + # yarn run build - name: Set up QEMU # https://github.com/docker/setup-qemu-action @@ -67,7 +67,9 @@ jobs: file: ./docker/Dockerfile #platforms: linux/amd64,linux/arm64 platforms: linux/amd64 - build-args: appVer=${{ env.APP_VER }} commitId=${{ env.commitId }} + build-args: | + appVer=${{ env.APP_VER }} + commitId=${{ env.commitId }} #tags: bjdgyc/anylink:latest,bjdgyc/anylink:${{ env.APP_VER }} tags: bjdgyc/anylink:${{ env.APP_VER }}