File tree 3 files changed +13
-42
lines changed
3 files changed +13
-42
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ name: Build
2
2
3
3
on :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : ["main"]
6
6
pull_request :
7
- branches : [ "main" ]
7
+ branches : ["main"]
8
8
9
9
jobs :
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
14
- - name : Set up JDK 11
15
- uses : actions/setup-java@v4
16
- with :
17
- java-version : ' 11 '
18
- distribution : ' temurin'
19
- cache : maven
20
- - name : Build with Maven
21
- run : ./mvnw clean package
13
+ - uses : actions/checkout@v4 # v4
14
+ - name : Set up JDK 11
15
+ uses : actions/setup-java@v4
16
+ with :
17
+ java-version : " 11 "
18
+ distribution : " temurin"
19
+ cache : maven
20
+ - name : Build with Maven
21
+ run : ./mvnw clean package
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Push to Github Packages
3
3
on :
4
4
workflow_dispatch :
5
5
push :
6
- branches : [ main ]
6
+ branches : [main]
7
7
8
8
env :
9
9
REGISTRY : ghcr.io
45
45
context : .
46
46
platforms : linux/amd64,linux/arm64
47
47
push : true
48
- # tags: ${{ steps.meta.outputs.tags }}
48
+ tags : ${{ steps.meta.outputs.tags }}
49
49
labels : ${{ steps.meta.outputs.labels }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments