Fix a bug.
BuildImage / build-image (push) Failing after 3m50s Details

This commit is contained in:
李寻欢 2024-02-23 17:25:31 +08:00
parent d44a6720a6
commit bc97f0dbcc
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ jobs:
with:
push: true
tags: lxh01/wxhelper-docker:3.9.8.25-v2-novnc
file: Dockerfile.novnc
file: Dockerfile-novnc
build-args: |
WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.8.25/WeChatSetup-3.9.8.25.exe
WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.8.25-v2/wxhelper.dll
@ -49,7 +49,7 @@ jobs:
with:
push: true
tags: lxh01/wxhelper-docker:3.9.5.81-v11-novnc
file: Dockerfile.novnc
file: Dockerfile-novnc
- name: Build 3.9.2.23 version
uses: docker/build-push-action@v2
@ -65,7 +65,7 @@ jobs:
with:
push: true
tags: lxh01/wxhelper-docker:3.9.2.23-v9-novnc
file: Dockerfile.novnc
file: Dockerfile-novnc
build-args: |
WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.2.23/WeChatSetup-3.9.2.23.exe
WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.2.23-v9/wxhelper.dll