up build docker

This commit is contained in:
ljw
2024-09-27 20:10:17 +08:00
parent bd084ced52
commit 71ff7ebd42

View File

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