fix action + update readme

This commit is contained in:
d3vyce 2023-12-19 23:02:21 +01:00
parent 48ff516af8
commit 3b079a6a9d
2 changed files with 8 additions and 10 deletions

View File

@ -8,14 +8,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade build
- name: Build
run: |
python3 -m build
run: python3 -m build
- uses: actions/upload-artifact@v3
with:
path: ./dist

View File

@ -12,15 +12,11 @@ teleinfo-exporter --help
```
### Docker
```
docker pull teleinfo-exporter
```
Minimal Docker compose:
```yaml
services:
web:
image: teleinfo_exporter:latest
image: ghcr.io/d3vyce/teleinfo-exporter:latest
environment:
- BROKER_HOSTNAME=10.10.0.10
ports: