This GitHub Action is a template for GitHub Action with Dockerfile.
Create a workflow .yml file in your .github/workflows directory.
An example workflow is available below.
For more information, reference the GitHub Help Documentation for Creating a workflow file.
name: Name to greet
name: Greeton:
push:
branch:
- masterjobs:
greet:
name: Greetruns-on: ubuntu-lateststeps:
- uses: actions/checkout@v1
- name: Greetuses: nowactions/template-docker@masterwith:
name: GitHub Action- Bump up the version in Dockerfile
- Commit the changes
- Run
make release