Add main branch and updated github actions

This commit is contained in:
Sambo Chea 2021-07-14 15:24:51 +07:00
parent edfb7edf36
commit 43ff54bfef
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
build:
@ -10,6 +10,6 @@ jobs:
steps:
- name: Starter Docker Test
uses: cubetiq/starter-docker-actions@v1
uses: cubetiq/starter-docker-actions@main
with:
run: docker version

2
.gitignore vendored
View File

@ -1 +1 @@
.DS_Store
.dccache

View File

@ -9,7 +9,7 @@
```yaml
- name: Starter Docker
uses: CUBETIQ/starter-docker-actions@v1
uses: CUBETIQ/starter-docker-actions@main
```
# Example Action
@ -19,7 +19,7 @@ name: CI
on:
push:
branches: [ master ]
branches: [ main ]
jobs:
build:
@ -27,7 +27,7 @@ jobs:
steps:
- name: Starter Docker Test
uses: cubetiq/starter-docker-actions@v1
uses: cubetiq/starter-docker-actions@main
with:
shell: sh
run: docker version