Skip to content

chore(deps): update dependency boto3 to v1.42.6 #2215

chore(deps): update dependency boto3 to v1.42.6

chore(deps): update dependency boto3 to v1.42.6 #2215

name: build all
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
env:
TZ: Europe/Berlin
strategy:
fail-fast: false
matrix:
include:
- app-path: matching-service
build-image: true
- app-path: dispatch-service
build-image: true
- app-path: handler-core
build-image: false
- app-path: dms-service
build-image: true
- app-path: invoice-service
build-image: true
- app-path: dipa-service
build-image: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- if: ${{ hashFiles(format('./{0}/package.json', matrix.app-path)) != null }}
id: node
uses: it-at-m/lhm_actions/action-templates/actions/action-npm-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
with:
app-path: "${{ matrix.app-path }}"
- if: ${{ hashFiles(format('./{0}/pom.xml', matrix.app-path)) != null }}
id: maven
uses: it-at-m/lhm_actions/action-templates/actions/action-maven-build@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
with:
app-path: "${{ matrix.app-path }}"
- if: github.ref == 'refs/heads/main' && matrix.build-image
uses: it-at-m/lhm_actions/action-templates/actions/action-build-image@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
with:
path: "${{ matrix.app-path }}"
image-name: "${{ matrix.app-path }}"
artifact-name: ${{ join(steps.*.outputs.artifact-name) }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
registry-username: ${{ github.actor }}
image-tags: |
type=raw,value=dev