We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c47170 + ad1500c commit 63d7963Copy full SHA for 63d7963
.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