Skip to content

Commit

Permalink
Merge pull request #6 from D-Nice/chore/ci
Browse files Browse the repository at this point in the history
Chore/ci into develop
  • Loading branch information
D-Nice authored Jan 4, 2020
2 parents e7de997 + 007aedf commit 4c22ee5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builder-dockerfile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: builder-dockerfile
on:
# trigger on PR from these branches
pull_request:
branches:
- master
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/linter-shell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: linter-shell
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint check
uses: azohra/[email protected]
9 changes: 5 additions & 4 deletions .github/workflows/publisher-dh.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Dockerhub publisher
name: publisher-dockerhub
on:
release:
types: [published]
create:
tags:
- '**'
jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -14,7 +15,7 @@ jobs:
username: dnice
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true
- name: Publish to dockerhub with latest tag
- name: Publish to dockerhub as latest
if: startsWith(github.ref, 'refs/tags/v')
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand Down

0 comments on commit 4c22ee5

Please sign in to comment.