Skip to content

Commit b480194

Browse files
jedadarnfish
authored andcommitted
Fix GitHub Actions
1 parent 82ac220 commit b480194

File tree

3 files changed

+9
-27
lines changed

3 files changed

+9
-27
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ trim_trailing_whitespace = true
1313
[*.md]
1414
trim_trailing_whitespace = false
1515

16-
[*.json]
16+
[{*.json,*.yml}]
1717
indent_size = 2

.github/workflows/docker.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CI
1+
name: Master CI
22

33
on:
44
push:
@@ -9,10 +9,10 @@ jobs:
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 }}

.github/workflows/master.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)