Skip to content

Commit 9bac8c4

Browse files
authored
Merge pull request #14 from FlowFuse/hardillb-patch-1
Fix path to docker hub README.md
2 parents e45565a + 8972ba1 commit 9bac8c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
repository: flowfuse/mqtt-schema-agent
5656
username: flowfuse
5757
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
58-
readme-filepath: ./docker/README.md
58+
readme-filepath: ./README.md

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Utility to gather active topics from any MQTT Broker
22

3+
Not intended to be run manually, should be started by the FlowFuse k8s driver

0 commit comments

Comments
 (0)