Skip to content

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1 #312

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1

Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.0 to 9.0.1 #312

Workflow file for this run

name: Build Crypter.API image
on:
pull_request:
branches: [ main, stable ]
jobs:
build-api:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/build-push-action@v6
with:
context: .
file: ./Crypter.API/Dockerfile
push: false