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