Skip to content

Commit

Permalink
up build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lejianwen committed Sep 27, 2024
1 parent 833b258 commit 1c84980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1c84980

Please sign in to comment.