Update build.yaml

This commit is contained in:
RustDesk 2025-05-11 20:54:24 +08:00 committed by GitHub
parent 235a3c326c
commit 2417c7ddd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,7 +307,7 @@ jobs:
# manifest for :1.2.3 tag # manifest for :1.2.3 tag
# this has to run only if invoked by a new tag # this has to run only if invoked by a new tag
- name: Create and push manifest (:ve.rs.ion) - name: Create and push manifest (:ve.rs.ion)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
if: github.event_name != 'workflow_dispatch' if: github.event_name != 'workflow_dispatch'
with: with:
base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.GIT_TAG }} base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.GIT_TAG }}
@ -316,7 +316,7 @@ jobs:
# manifest for :1 tag (major release) # manifest for :1 tag (major release)
- name: Create and push manifest (:major) - name: Create and push manifest (:major)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
with: with:
base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }} base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}
extra-images: ${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-amd64,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-armv7,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-i386 extra-images: ${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-amd64,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-armv7,${{ secrets.DOCKER_IMAGE }}:${{ env.MAJOR_TAG }}-i386
@ -324,7 +324,7 @@ jobs:
# manifest for :latest tag # manifest for :latest tag
- name: Create and push manifest (:latest) - name: Create and push manifest (:latest)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
with: with:
base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }} base-image: ${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}
extra-images: ${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-amd64,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-armv7,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-i386 extra-images: ${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-amd64,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-armv7,${{ secrets.DOCKER_IMAGE }}:${{ env.LATEST_TAG }}-i386
@ -428,7 +428,7 @@ jobs:
# manifest for :1.2.3 tag # manifest for :1.2.3 tag
# this has to run only if invoked by a new tag # this has to run only if invoked by a new tag
- name: Create and push manifest (:ve.rs.ion) - name: Create and push manifest (:ve.rs.ion)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
if: github.event_name != 'workflow_dispatch' if: github.event_name != 'workflow_dispatch'
with: with:
base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.GIT_TAG }} base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.GIT_TAG }}
@ -437,7 +437,7 @@ jobs:
# manifest for :1 tag (major release) # manifest for :1 tag (major release)
- name: Create and push manifest (:major) - name: Create and push manifest (:major)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
with: with:
base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }} base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}
extra-images: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-amd64,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-armv7 extra-images: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-amd64,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.MAJOR_TAG }}-armv7
@ -445,7 +445,7 @@ jobs:
# manifest for :latest tag # manifest for :latest tag
- name: Create and push manifest (:latest) - name: Create and push manifest (:latest)
uses: Noelware/docker-manifest-action@master uses: Noelware/docker-manifest-action@0.4.3
with: with:
base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }} base-image: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}
extra-images: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-amd64,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-armv7 extra-images: ${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-amd64,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-arm64v8,${{ secrets.DOCKER_IMAGE_CLASSIC }}:${{ env.LATEST_TAG }}-armv7