Skip to content

📝 Correct commands in README.md (#32) #20

📝 Correct commands in README.md (#32)

📝 Correct commands in README.md (#32) #20

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: pull Image
run: make pull
- name: build Image
run: make build