From 4b98fceb6e07abbb537297450c12dec993518708 Mon Sep 17 00:00:00 2001 From: CaIon Date: Thu, 18 Sep 2025 13:53:58 +0800 Subject: [PATCH] CI --- .github/workflows/docker-image-arm64.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image-arm64.yml b/.github/workflows/docker-image-arm64.yml index 8e4656aa7..cabf3cec4 100644 --- a/.github/workflows/docker-image-arm64.yml +++ b/.github/workflows/docker-image-arm64.yml @@ -53,4 +53,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} + provenance: false \ No newline at end of file