Skip to content

build(deps): bump no.ks.fiks:fiks-io-klient-java from 1.3.0 to 3.4.0 #248

build(deps): bump no.ks.fiks:fiks-io-klient-java from 1.3.0 to 3.4.0

build(deps): bump no.ks.fiks:fiks-io-klient-java from 1.3.0 to 3.4.0 #248

name: CI Workflow
on:
workflow_dispatch:
push:
branches:
- "*"
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@efm-tilpasninger-2
with:
java-version: 11
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: 11
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