We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6503b25 commit a3addedCopy full SHA for a3added
1 file changed
.github/workflows/docker-image.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
context: .
55
file: ${{ env.DOCKERFILE_PATH }}
56
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
57
push: true
58
tags: |
59
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:${{ steps.vars.outputs.version }}
0 commit comments