File tree Expand file tree Collapse file tree 3 files changed +9
-27
lines changed
Expand file tree Collapse file tree 3 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ trim_trailing_whitespace = true
1313[* .md ]
1414trim_trailing_whitespace = false
1515
16- [* .json ]
16+ [{ * .json, * .yml} ]
1717indent_size = 2
Original file line number Diff line number Diff line change 1- name : Docker Image CI
1+ name : Master CI
22
33on :
44 push :
99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - name : Checkout
13- uses : actions/checkout@v2.0.0
14- - name : GitHub Docker Action
15- uses : matootie/github-docker@v2.0.0
16- with :
17- imageName : ${{ github.event.repository.name }}-master
18- accessToken : ${{ secrets.GITHUB_TOKEN }}
12+ - name : Checkout
13+ uses : actions/checkout@v2.0.0
14+ - name : Build and Push Dockerfile
15+ uses : matootie/github-docker@v2.0.0
16+ with :
17+ imageName : ${{ github.event.repository.name }}-master
18+ accessToken : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments