瀏覽代碼

fix: git action deploy

zhayujie 2 年之前
父節點
當前提交
d89091a8ea
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/deploy-image.yml

+ 1 - 1
.github/workflows/deploy-image.yml

@@ -57,7 +57,7 @@ jobs:
           file: ./docker/Dockerfile.latest
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
-          platform: linux/amd64,linux/arm64
+          platforms: linux/amd64,linux/arm64
 
       - uses: actions/delete-package-versions@v4
         with: