Skip to content

Implement user password change #270

Implement user password change

Implement user password change #270

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build image
uses: docker/build-push-action@v4
with:
context: .
file: ./Crypter.API/Dockerfile
push: false