Skip to content

Commit a26175c

Browse files
committed
Add Maven build step to Docker workflow
1 parent 8f9fc82 commit a26175c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-image-local.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ jobs:
9595
echo "backend_changed=false" >> $GITHUB_OUTPUT
9696
fi
9797
98+
- name: Build with Maven
99+
run: mvn -DskipTests package
100+
working-directory: backend
101+
98102
- name: Build and push Docker image
99103
if: ${{ github.event_name == 'workflow_dispatch' || steps.detect.outputs.backend_changed == 'true' }}
100104
env:

0 commit comments

Comments
 (0)