on: [push]
jobs:
test:
runs-on: docker
steps:
- run: |
apt update && apt install docker
docker build -t beatrun-courses-server-docker:latest .