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: |