Skip to content

Perf: Improving async/await usages #138

Perf: Improving async/await usages

Perf: Improving async/await usages #138

name: Dockerfile validation
on:
pull_request:
branches: [ develop, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
cd ./ShareBook
docker build . --file ./ShareBook.Api/Dockerfile --tag my-image-name:$(date +%s)