From 43ff54bfef4b0480ebdfa108922b4af46a7aa324 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 15:24:51 +0700 Subject: [PATCH] Add main branch and updated github actions --- .github/workflows/main.yml | 4 ++-- .gitignore | 2 +- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee26ae9..9738b2e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.gitignore b/.gitignore index 496ee2c..af6b56a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.DS_Store \ No newline at end of file +.dccache \ No newline at end of file diff --git a/README.md b/README.md index fd4fab2..f6f49e1 100644 --- a/README.md +++ b/README.md @@ -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