Skip to content

📝 improve readme #11

📝 improve readme

📝 improve readme #11

Workflow file for this run

name: Docker build
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build-docker:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Make docker image
run: |
docker build .