Format readme

This commit is contained in:
Sambo Chea 2021-03-26 20:58:05 +07:00
parent 6a07ee532e
commit 3bb2eda41b

View File

@ -1,22 +1,25 @@
# Starter Docker - GitHub Actions
- Run actions with docker (latest version)
- Quick and easy to use
- Support custom registry
- Support custom shell and commands
# Usage
```yaml
- name: Starter Docker
uses: CUBETIQ/starter-docker-actions@v0.2
```
# Example Action
```yaml
name: CI
on:
push:
branches: [ master ]
branches: [master]
jobs:
build:
@ -32,4 +35,5 @@ jobs:
```
# Contributors
- Sambo Chea <sombochea@cubetiqs.com>
- Sambo Chea <sombochea@cubetiqs.com>