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'