Skip to content

#45 fixed

#45 fixed #62

Workflow file for this run

---
name: docker
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push:
pull_request:
jobs:
docker:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: docker build . -t home
- run: docker run --rm home echo Hello