diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c35d9f..759300c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: type=schedule,pattern={{date 'YYYYMMDD'}} type=ref,event=branch type=ref,event=pr - type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }} + type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || github.event_name == 'schedule' }} type=sha,enable=${{ github.event_name == 'push' }} - name: Set up Docker Buildx