From 801ab2a78ff978f1d118d6105bf8954c9a5bd8dd Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 8 Jan 2025 20:15:42 +0300 Subject: [PATCH] feat(ci): additional docket tag for version tracking --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d3edf..cadcd1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,9 @@ jobs: images: | ${{ github.repository }} ghcr.io/${{ github.repository }} - tags: latest + tags: | + latest + type=schedule,pattern={{date 'YYYYMMDD'}} - name: "Login to Docker Hub" if: github.event_name != 'pull_request' || github.event.inputs.push == 'true'