From 4cb49db638e19daf87b2369197185a6836e5a6e7 Mon Sep 17 00:00:00 2001 From: bitqiu Date: Tue, 11 Jun 2024 16:57:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dfec46..61b2e11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,5 +31,6 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64,linux/arm - tags: ${{ github.repository }}:${{ github.ref_name }} \ No newline at end of file + platforms: linux/amd64,linux/arm64 + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file