修改 docker 编译

This commit is contained in:
bjdgy 2024-01-29 22:17:01 +08:00
parent b153997cf1
commit cd5652215f
1 changed files with 4 additions and 2 deletions

View File

@ -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 }}