Skip to content

Commit b480194

Browse files
JeDaYoshidarnfish
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

+1-1
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

+8-8
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/[email protected]
14-
- name: GitHub Docker Action
15-
uses: matootie/[email protected]
16-
with:
17-
imageName: ${{ github.event.repository.name }}-master
18-
accessToken: ${{ secrets.GITHUB_TOKEN }}
12+
- name: Checkout
13+
uses: actions/[email protected]
14+
- name: Build and Push Dockerfile
15+
uses: matootie/[email protected]
16+
with:
17+
imageName: ${{ github.event.repository.name }}-master
18+
accessToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/master.yml

-18
This file was deleted.

0 commit comments

Comments
 (0)