Skip to content

added example with scheduler for tutorial #183

added example with scheduler for tutorial

added example with scheduler for tutorial #183

Workflow file for this run

name: "Trigger"
on:
push:
branches:
- v1.12.x
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
name: "Trigger"
steps:
- uses: actions/checkout@v3
with:
ref: master
token: ${{secrets.GITHUB_TOKEN}}
- run: git branch
- run: git config --global user.email "gitaction@gitaction.com"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.12.x" | git push