Skip to content

Commit 8b986bb

Browse files
authored
Add the build and the docker publish
1 parent ac1bbff commit 8b986bb

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Buid TeaPaper Plugins
2+
3+
on: [ push ]
4+
5+
jobs:
6+
7+
buid:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
with:
13+
submodules: recursive
14+
15+
- name: Setup Java JDK
16+
uses: actions/setup-java@v1.4.3
17+
with:
18+
java-version: 21
19+
20+
- name: Publish to Docker
21+
env:
22+
run: ./gradlew :teapaper:jib --daemon

0 commit comments

Comments
 (0)