diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 0c4e590..db6e67a 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -11,6 +11,8 @@ on: pull_request: branches: - 'master' + schedule: + - cron: '0 6 15 * *' # 15th of each month at 6am env: REGISTRY: ghcr.io @@ -79,6 +81,7 @@ jobs: if: github.ref_type == 'tag' uses: docker/build-push-action@v6 with: + annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha cache-to: type=gha,mode=max context: "{{defaultContext}}:docker"