up build docker
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -146,6 +146,8 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: ${{ matrix.job.docker_platform }}
|
platforms: ${{ matrix.job.docker_platform }}
|
||||||
push: true
|
push: true
|
||||||
|
build-args: |
|
||||||
|
ARCH=${{ matrix.job.docker_platform }}
|
||||||
tags: |
|
tags: |
|
||||||
lejianwen/rustdesk-api:latest-${{ matrix.job.platform }}
|
lejianwen/rustdesk-api:latest-${{ matrix.job.platform }}
|
||||||
lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.platform }}
|
lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.platform }}
|
||||||
|
|||||||
Reference in New Issue
Block a user