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 48d7266 commit 0429704Copy full SHA for 0429704
.github/workflows/docker.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: docker/build-push-action@v6.5.0
37
with:
38
push: true
39
- platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
+ platforms: linux/amd64
40
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }}
41
build-args: |
42
VERSION=${{ steps.getversion.outputs.version }}
0 commit comments