Skip to content

Bump org.projectlombok:lombok from 1.18.30 to 1.18.36 #337

Bump org.projectlombok:lombok from 1.18.30 to 1.18.36

Bump org.projectlombok:lombok from 1.18.30 to 1.18.36 #337

name: CI Workflow
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
types: [] # Empty list ensures PRs are not triggered. Trigger nytt bygg....
jobs:
build-install-and-deploy-libs:
uses: felleslosninger/github-workflows/.github/workflows/ci-maven-install-deploy-lib.yml@main
with:
java-version: 21
sbom-path: serviceregistry-server/target/
secrets: inherit
call-workflow-image-build-publish:
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@main
needs: [build-install-and-deploy-libs]
with:
application-path: serviceregistry-server/
image-name: efm-service-registry
java-version: 21
slack-channel-id: C05NLQCFR41
update-versions: "false"
secrets: inherit
call-update-image:
needs: [call-workflow-image-build-publish]
if: github.ref == 'refs/heads/main'
uses: felleslosninger/github-workflows/.github/workflows/ci-call-update-image.yml@main
with:
application-name: efm-service-registry
deployment-environment: dev
image-digest: ${{ needs.call-workflow-image-build-publish.outputs.image-digest }}
image-name: efm-service-registry
image-version: ${{ needs.call-workflow-image-build-publish.outputs.image-version }}
kubernetes-repo: eformidling-cd
product-name: eformidling
secrets: inherit