Added Container build step

This commit is contained in:
Matt York 2023-10-14 09:14:43 +01:00
parent 1b3d305a70
commit 7a810b45aa

View file

@ -30,3 +30,6 @@ jobs:
- name: Run Maven tests - name: Run Maven tests
run: mvn test run: mvn test
- name: Build the Maven container image
run: ./mvnw spring-boot:build-image