Skip to content

[docs] minor fixes #229

[docs] minor fixes

[docs] minor fixes #229

Workflow file for this run

name: docker-image-ci
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag pyrtlib:$(date +%s)