mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 10:52:59 +02:00
Update dockerhub_deploy.yml
This commit is contained in:
parent
94148f5f59
commit
1ee0466fe7
1 changed files with 3 additions and 10 deletions
13
.github/workflows/dockerhub_deploy.yml
vendored
13
.github/workflows/dockerhub_deploy.yml
vendored
|
|
@ -4,8 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- '*'
|
||||
# paths:
|
||||
# - '*'
|
||||
# - '!*.md'
|
||||
# - '!.travis.yml'
|
||||
# - '!./github/*/*'
|
||||
|
|
@ -13,7 +13,7 @@ on:
|
|||
# - '!.idea/runConfigurations/*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-and-publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -22,11 +22,4 @@ jobs:
|
|||
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