Skip to content

Email template start and rework training models #7

Email template start and rework training models

Email template start and rework training models #7

Workflow file for this run

name: Build
on:
push:
branches: [develop, feature/*]
jobs:
Build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Build api image
run: |
docker build -t api -f Memphis.API/Dockerfile .