File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 3232 - name : extract project version
3333 id : extract_version
3434 run : |
35- echo "VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
35+ echo "VERSION=$(./mvnw -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
3636
3737 - name : login to docker hub
3838 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1+ file-browser :
2+ root : /usr/
3+
4+ vaadin :
5+ launch-browser : true
6+
7+ logging :
8+ level :
9+ org :
10+ atmosphere : warn
11+
12+ spring :
13+ security :
14+ oauth2 :
15+ client :
16+ registration :
17+ file-browser :
18+ provider : file-browser
19+ client-id : file-browser
20+ client-secret : OMAVIHOLEuvn48DzvkuCysW1hYMHvyBt
21+ authorization-grant-type : authorization_code
22+ scope : openid,profile,email
23+ provider :
24+ file-browser :
25+ issuer-uri : https://keycloak.homedns.pro/realms/homelab
You can’t perform that action at this time.
0 commit comments