on: push: schedule: - cron: "*/5 * * * *" jobs: better_name: strategy: matrix: version: - v1.0.0 - v1.2.0 dist: - bullseye - boookworm runs-on: docker steps: - run: echo All ${{ matrix.version }} - uses: actions/checkout@v4 with: fetch-depth: 0 ref: refs/tags/${{ matrix.version }}