Skip to content

Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.9 [SECURITY] #480

Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.9 [SECURITY]

Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.9 [SECURITY] #480

Workflow file for this run

name: Build and Push Docker Image
on:
pull_request:
push:
branches: [main]
release:
types:
- created
jobs:
build-server:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
image-name: ghcr.io/ls1intum/module-management/server
docker-file: ./Server/server.Dockerfile
docker-context: ./Server
secrets: inherit
build-client:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main
with:
image-name: ghcr.io/ls1intum/module-management/client
docker-file: ./Client/client.Dockerfile
docker-context: ./Client
secrets: inherit