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