Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeDaYoshi authored and darnfish committed Dec 31, 2019
1 parent 82ac220 commit b480194
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

[*.json]
[{*.json,*.yml}]
indent_size = 2
16 changes: 8 additions & 8 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Master CI

on:
push:
Expand All @@ -9,10 +9,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: GitHub Docker Action
uses: matootie/[email protected]
with:
imageName: ${{ github.event.repository.name }}-master
accessToken: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
uses: actions/[email protected]
- name: Build and Push Dockerfile
uses: matootie/[email protected]
with:
imageName: ${{ github.event.repository.name }}-master
accessToken: ${{ secrets.GITHUB_TOKEN }}
18 changes: 0 additions & 18 deletions .github/workflows/master.yml

This file was deleted.

0 comments on commit b480194

Please sign in to comment.