mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-09-15 14:28:34 +08:00
up build docker
This commit is contained in:
parent
4b06973a52
commit
ad007f0d91
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -143,16 +143,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tar -xzf ${{ matrix.job.goos }}-${{ matrix.job.platform }}.tar.gz
|
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
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: "."
|
context: "."
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: ${{ matrix.job.docker_platform }}
|
platforms: ${{ matrix.job.docker_platform }}
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.docker_platform }}
|
||||||
# lejianwen/rustdesk-api:${{ env.LATEST_TAG }}
|
# 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 }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
#
|
#
|
||||||
# docker-manifest:
|
# docker-manifest:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user