Skip to content

Bump Microsoft.Extensions.Options and Microsoft.Extensions.Options.DataAnnotations #956

Bump Microsoft.Extensions.Options and Microsoft.Extensions.Options.DataAnnotations

Bump Microsoft.Extensions.Options and Microsoft.Extensions.Options.DataAnnotations #956

Workflow file for this run

name: CI
on: [ push, pull_request, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Importer image
run: docker build . --file ./Horscht.Importer/Dockerfile --tag horscht-importer:latest
- name: Build the Web image
run: docker build . --file ./Horscht.Web/Dockerfile --tag horscht-web:latest