Skip to content

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22.2 (#99) #71

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22.2 (#99)

Bump com.nimbusds:oauth2-oidc-sdk from 11.21.3 to 11.22.2 (#99) #71

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build/publish Docker image & update image version in config
on:
push:
branches: [main]
paths-ignore:
- "src/test/**"
- "docker/**"
- "docker-compose*.yaml"
- "*.md"
- "LICENSE"
jobs:
build-publish-image:
uses: felleslosninger/github-workflows/.github/workflows/ci-spring-boot-build-publish-image.yml@main
with:
image-name: eidas-idporten-proxy
java-version: 21
secrets: inherit
call-update-image:
uses: felleslosninger/github-workflows/.github/workflows/ci-call-update-image.yml@main
needs: build-publish-image
with:
application-name: eidas-idporten-proxy
deployment-environment: systest
image-digest: ${{ needs.build-publish-image.outputs.image-digest }}
image-name: eidas-idporten-proxy
image-version: ${{ needs.build-publish-image.outputs.image-version }}
kubernetes-repo: idporten-cd
product-name: eidas
secrets: inherit