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: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update python3 -m pip install --upgrade pip
sudo apt-get install --yes python3 python3-setuptools python3-wheel python3-build python3-venv python3 -m pip install --upgrade build
- name: Build - name: Build
run: | run: python3 -m build
python3 -m build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: ./dist path: ./dist

View File

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