mirror of
https://github.com/gotson/komga.git
synced 2025-12-30 04:12:51 +01:00
[ci skip]
This commit is contained in:
parent
e8664bc129
commit
b196ce8c67
1 changed files with 0 additions and 33 deletions
33
.github/workflows/build_and_deploy.yml
vendored
33
.github/workflows/build_and_deploy.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Reference in a new issue