From 7256595e94210e5f0cdf359a3fa6b3747e46e024 Mon Sep 17 00:00:00 2001 From: Wizerd Date: Thu, 4 Jan 2024 15:28:24 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BC=98=E5=8C=96=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=95=9C=E5=83=8F=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/docker-deploy.yml b/.github/workflows/docker-deploy.yml index b45986d..129bb24 100644 --- a/.github/workflows/docker-deploy.yml +++ b/.github/workflows/docker-deploy.yml @@ -1,9 +1,3 @@ -name: Docker Release - -on: - release: - types: [created] - jobs: build-and-push: runs-on: ubuntu-latest @@ -32,3 +26,4 @@ jobs: tags: | yourusername/yourrepo:${{ steps.tag_name.outputs.tag }} yourusername/yourrepo:latest + platforms: linux/amd64,linux/arm64,linux/arm/v7