We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9efc53 commit ad1500cCopy full SHA for ad1500c
.github/workflows/release-publish.yml
@@ -48,10 +48,10 @@ jobs:
48
file: docker/Dockerfile
49
tags: ${{ steps.meta.outputs.tags }}
50
push: true
51
- platforms: linux/amd64, linux/arm64, linux/arm/v7
+ platforms: linux/amd64,linux/arm64
52
- name: Publish README.md to Docker Hub
53
uses: peter-evans/dockerhub-description@v4
54
with:
55
repository: flowfuse/mqtt-schema-agent
56
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
57
- readme-filepath: ./docker/README.md
+ readme-filepath: ./docker/README.md
0 commit comments