diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 85ba065..cbcc803 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,7 +34,7 @@ jobs: sbom: true provenance: true platforms: linux/arm64,linux/amd64 - tags: ${{ github.repository }}:latest + tags: graystorm/amcrest2mqtt:latest push: true cache-from: type=gha cache-to: type=gha,mode=max diff --git a/.github/workflows/dockerhub-description.yaml b/.github/workflows/dockerhub-description.yaml index e3443e6..6e8183e 100644 --- a/.github/workflows/dockerhub-description.yaml +++ b/.github/workflows/dockerhub-description.yaml @@ -17,6 +17,6 @@ jobs: with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PAT }} - repository: ${{ github.repository }} + repository: graystorm/amcrest2mqtt short-description: ${{ github.event.repository.description }} enable-url-completion: true diff --git a/README.md b/README.md index 69f27ba..94b39e7 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ CMD [ "python", "-u", "./app.py", "-c", "/config" ] Docker is the only supported way of deploying the application. The app should run directly via Python but this is not supported. ## See also -[govee2mqtt](https://github.com/weirdtangent/govee2mqtt) -[blink2mqtt](https://github.com/weirdtangent/blink2mqtt) +* [govee2mqtt](https://github.com/weirdtangent/govee2mqtt) +* [blink2mqtt](https://github.com/weirdtangent/blink2mqtt) ## Buy Me A Coffee