send to organization docker hub; README

pull/106/head
Jeff Culverhouse 11 months ago
parent c8438581c1
commit 9e3f8ef01c

@ -34,7 +34,7 @@ jobs:
sbom: true sbom: true
provenance: true provenance: true
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
tags: ${{ github.repository }}:latest tags: graystorm/amcrest2mqtt:latest
push: true push: true
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max

@ -17,6 +17,6 @@ jobs:
with: with:
username: ${{ vars.DOCKERHUB_USERNAME }} username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PAT }} password: ${{ secrets.DOCKERHUB_PAT }}
repository: ${{ github.repository }} repository: graystorm/amcrest2mqtt
short-description: ${{ github.event.repository.description }} short-description: ${{ github.event.repository.description }}
enable-url-completion: true enable-url-completion: true

@ -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. Docker is the only supported way of deploying the application. The app should run directly via Python but this is not supported.
## See also ## See also
[govee2mqtt](https://github.com/weirdtangent/govee2mqtt) * [govee2mqtt](https://github.com/weirdtangent/govee2mqtt)
[blink2mqtt](https://github.com/weirdtangent/blink2mqtt) * [blink2mqtt](https://github.com/weirdtangent/blink2mqtt)
## Buy Me A Coffee ## Buy Me A Coffee

Loading…
Cancel
Save