We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 430c362 + cb2d245 commit 09bc6d2Copy full SHA for 09bc6d2
.github/workflows/release-publish.yml
@@ -36,11 +36,11 @@ jobs:
36
file: docker/Dockerfile
37
tags: ${{ steps.meta.outputs.tags }}
38
push: true
39
- platforms: linux/amd64, linux/arm64, linux/arm/v7
+ platforms: linux/amd64, linux/arm64
40
- name: Publish README.md to Docker hub
41
uses: peter-evans/dockerhub-description@v4
42
with:
43
repository: flowfuse/npm-registry
44
username: flowfuse
45
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
46
- readme-filepath: ./docker/README.md
+ readme-filepath: ./docker/README.md
0 commit comments