We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb1f18 commit efedd18Copy full SHA for efedd18
1 file changed
.github/workflows/docker-publish.yml
@@ -50,7 +50,7 @@ jobs:
50
context: .
51
push: true
52
tags: ${{ steps.meta.outputs.tags }}
53
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
54
labels: ${{ steps.meta.outputs.labels }}
55
secrets: |
56
GIT_AUTH_TOKEN=${{ secrets.DOCKER_REGISTRY_TOKEN }}
0 commit comments