Skip to content

Merge pull request #441 from bcgov/release/0.5.0 #44

Merge pull request #441 from bcgov/release/0.5.0

Merge pull request #441 from bcgov/release/0.5.0 #44

name: vips-notification-worker - Build Image
on:
push:
branches:
- main
paths:
- "src/vips-notification-worker/**"
- ".github/workflows/dev-vips-notification-worker.yml"
workflow_dispatch:
branches:
- main
jobs:
unit-test:
uses: SierraSystems/reusable-workflows/.github/workflows/java-unit-tests.yml@main
with:
working_directory: "src"
profile: vips-notification-worker
secrets:
nexus_url: ${{ secrets.NEXUS_URL }}
app-version:
uses: SierraSystems/reusable-workflows/.github/workflows/java-maven-app-version.yml@main
with:
working_directory: "src/vips-notification-worker"
build-image:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "vips-notification-worker"
working_directory: .