mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-02 01:53:16 +00:00
up build docker
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -143,16 +143,16 @@ jobs:
|
||||
run: |
|
||||
tar -xzf ${{ matrix.job.goos }}-${{ matrix.job.platform }}.tar.gz
|
||||
|
||||
- name: Build and push Docker image
|
||||
- name: Build and push Docker image ${{ matrix.job.docker_platform }}
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: "."
|
||||
file: ./Dockerfile
|
||||
platforms: ${{ matrix.job.docker_platform }}
|
||||
push: true
|
||||
tags: |
|
||||
tags: lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.docker_platform }}
|
||||
# lejianwen/rustdesk-api:${{ env.LATEST_TAG }}
|
||||
lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.docker_platform }}
|
||||
# lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.docker_platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
#
|
||||
# docker-manifest:
|
||||
|
||||
Reference in New Issue
Block a user