From 68c6ed969c7adb5b931fe66ac9f7086e72bc2d67 Mon Sep 17 00:00:00 2001 From: lxh Date: Mon, 17 Feb 2025 09:42:28 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BC=98=E5=8C=96=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-image.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 83318fd..b08b142 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -29,9 +29,11 @@ jobs: uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 with: images: lxh01/xybotv2 + flavor: | + latest=true tags: | type=ref,event=branch - type=schedule,pattern={{date 'YYYYMMDD'}} + type=match,pattern={{date 'YYYYMMDD' tz='Asia/Shanghai'}} - name: Print Tags run: |