Skip to content

v0.0.3: Docker Publishing Fix

Choose a tag to compare

@samuelmukoti samuelmukoti released this 14 Nov 16:51
· 8 commits to main since this release

v0.0.3 - Docker Publishing Fix

Fixed

  • Fixed Dockerfile COPY syntax that was causing Docker Hub publishing to fail
  • Removed unsupported shell redirection syntax from Dockerfile

Automation Status

  • ✅ PyPI trusted publishing working
  • ✅ Docker Hub multi-platform builds working

Installation

Via Pip:
```bash
pip install censorbot==0.0.3
```

Via Docker:
```bash
docker pull samuelmukoti/censorbot:0.0.3
docker pull samuelmukoti/censorbot:latest
```

See README.md for full documentation.