From 3b079a6a9dbf3ae6b42a5741db14f0d9338d3235 Mon Sep 17 00:00:00 2001 From: d3vyce Date: Tue, 19 Dec 2023 23:02:21 +0100 Subject: [PATCH] fix action + update readme --- .github/workflows/pypi-build-version.yml | 12 +++++++----- README.md | 6 +----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pypi-build-version.yml b/.github/workflows/pypi-build-version.yml index 820985b..a151a3b 100644 --- a/.github/workflows/pypi-build-version.yml +++ b/.github/workflows/pypi-build-version.yml @@ -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 diff --git a/README.md b/README.md index 6b017d5..e130f2a 100644 --- a/README.md +++ b/README.md @@ -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: