Skip to content

Commit 2d0415c

Browse files
author
Jorgen-5
committed
Building the image
1 parent 353fd9c commit 2d0415c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30+
- name: Build JAR
31+
run: mvn -f klass-api/pom.xml package
32+
3033
- name: Build and push
3134
uses: nais/docker-build-push@v0
3235
id: docker-build-push

0 commit comments

Comments
 (0)