up build docker

This commit is contained in:
ljw 2024-09-27 20:10:17 +08:00
parent 833b25881d
commit 1c84980d36

View File

@ -148,7 +148,7 @@ jobs:
with: with:
context: "." context: "."
file: ./Dockerfile file: ./Dockerfile
platforms: ["linux/amd64", "linux/arm64"] platforms: linux/amd64,linux/arm64
push: true push: true
tags: lejianwen/rustdesk-api:${{ env.TAG }} tags: lejianwen/rustdesk-api:${{ env.TAG }}
# lejianwen/rustdesk-api:${{ env.LATEST_TAG }} # lejianwen/rustdesk-api:${{ env.LATEST_TAG }}