From e776cb037074c1fe9f0051e7cc6ef6d877b8dfdc Mon Sep 17 00:00:00 2001 From: Hans Date: Mon, 28 Oct 2024 10:11:28 +0800 Subject: [PATCH] update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5887226..6f50603 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: context: . file: ./samples/CRM.Blazor.Web/Dockerfile push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/arm64 tags: | ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/crm:${{ steps.date.outputs.today }} ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_NAMESPACE }}/crm:latest