Skip to content

Bump Azure.Identity from 1.13.1 to 1.13.2 #311

Bump Azure.Identity from 1.13.1 to 1.13.2

Bump Azure.Identity from 1.13.1 to 1.13.2 #311

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