This commit is contained in:
lolouk44 2020-11-26 12:28:34 +00:00
parent c386f97371
commit 589d4ceafc
2 changed files with 5 additions and 0 deletions

View file

@ -28,6 +28,7 @@ jobs:
run: |
docker buildx build --no-cache --push \
--tag lolouk44/xiaomi-mi-scale:${{ github.event.release.tag_name }} \
--tag lolouk44/xiaomi-mi-scale:latest \
--platform linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 .
- name: Image digest

View file

@ -1,3 +1,7 @@
## [0.1.13] - 2020-11-26
### Changed
- Fixed MQTT Discovery Message
## [0.1.12] - 2020-11-23
### Changed
- Updated workflow to automatically build docker images on new releases with version and latest tags