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 ace59a6 commit 3d806ffCopy full SHA for 3d806ff
.github/workflows/docker-image.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: docker/build-push-action@v6
51
with:
52
context: .
53
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
54
push: true
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
0 commit comments