[ci skip]

This commit is contained in:
Gauthier 2019-09-23 11:16:44 +08:00 committed by GitHub
parent e8664bc129
commit b196ce8c67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,33 +0,0 @@
name: Deploy to DockerHub
on:
push:
branches:
- master
paths:
- '*'
# - '!*.md'
# - '!.travis.yml'
# - '!./github/*/*'
# - '!./doc/*'
# - '!.idea/runConfigurations/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-java@v1
with:
java-version: '1.8'
- run: ./gradlew build
deploy_dockerhub:
name: Deploy to DockerHub
needs: build
runs-on: ubuntu-latest
steps:
- run: echo Triggered by ${{ github.ref }}