Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Check releases

Check releases #4

name: Check releases
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-releases:
uses: x-real-ip/github-actions/.github/workflows/new-release-issue.yaml@main
secrets:
PAT: ${{ secrets.PAT }}
strategy:
fail-fast: false
matrix:
include:
- name: radicale
type: release
target: tomsquest/docker-radicale
bump: false
bump_type: ""
image: ""
include_tags: ""
exclude_tags: ""
with:
name: ${{ matrix.name }}
target: ${{ matrix.target }}
type: ${{ matrix.type }}
bump: ${{ matrix.bump }}
bump_type: ${{ matrix.bump_type }}
image: ${{ matrix.image }}
include_tags: ${{ matrix.include_tags }}
exclude_tags: ${{ matrix.exclude_tags }}