We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349314 commit 5fa5b45Copy full SHA for 5fa5b45
.github/workflows/alarm-server-docker-image.yml
@@ -12,6 +12,17 @@ env:
12
IMAGE_NAME: ${{ github.repository }}/service-alarm-server
13
14
jobs:
15
+ build-server:
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - uses: actions/checkout@v4
19
+ - name: Setup Maven and Java Action
20
+ uses: s4u/[email protected]
21
+ with:
22
+ java-version: '17'
23
+ maven-version: '3.9.6'
24
+ - name: Build
25
+ run: mvn --batch-mode install -DskipTests
26
build-and-push-image:
27
permissions:
28
contents: read
0 commit comments