From 5ade08bc9dee6c372079b9d372ccaf9f7634856b Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 9 Mar 2025 05:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push_image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index ee934ef3..c5032b7b 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -39,3 +39,4 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64 push: true + tags: ${{ steps.meta.outputs.tags }}