mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-01 09:33:15 +00:00
up build docker
This commit is contained in:
50
.github/workflows/build.yml
vendored
50
.github/workflows/build.yml
vendored
@@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
# docker build and push of single-arch images
|
||||
docker:
|
||||
name: Push Docker Image ${{ matrix.job.platform }}
|
||||
name: Push Docker Image
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
@@ -151,31 +151,31 @@ jobs:
|
||||
platforms: ${{ matrix.job.docker_platform }}
|
||||
push: true
|
||||
tags: |
|
||||
lejianwen/rustdesk-api:${{ env.LATEST_TAG }}-${{ matrix.job.platform }}
|
||||
lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.platform }}
|
||||
# lejianwen/rustdesk-api:${{ env.LATEST_TAG }}
|
||||
lejianwen/rustdesk-api:${{ env.TAG }}-${{ matrix.job.docker_platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
docker-manifest:
|
||||
name: Push Docker Manifest
|
||||
needs: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Extract version from tag
|
||||
id: vars
|
||||
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
|
||||
- name: Create and push manifest (:version)
|
||||
uses: Noelware/docker-manifest-action@master
|
||||
with:
|
||||
base-image: lejianwen/rustdesk-api:${{ env.TAG }}
|
||||
extra-images: lejianwen/rustdesk-api:${{ env.TAG }}-amd64,lejianwen/rustdesk-api:${{ env.TAG }}-arm64
|
||||
push: true
|
||||
#
|
||||
# docker-manifest:
|
||||
# name: Push Docker Manifest
|
||||
# needs: docker
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - name: Extract version from tag
|
||||
# id: vars
|
||||
# run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
#
|
||||
# - name: Log in to Docker Hub
|
||||
# uses: docker/login-action@v2
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
#
|
||||
# - name: Create and push manifest (:version)
|
||||
# uses: Noelware/docker-manifest-action@master
|
||||
# with:
|
||||
# base-image: lejianwen/rustdesk-api:${{ env.TAG }}
|
||||
# extra-images: lejianwen/rustdesk-api:${{ env.TAG }}-amd64,lejianwen/rustdesk-api:${{ env.TAG }}-arm64
|
||||
# push: true
|
||||
|
||||
# - name: Create and push manifest (:latest)
|
||||
# uses: Noelware/docker-manifest-action@master
|
||||
|
||||
Reference in New Issue
Block a user