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 11d5b23 commit f3690b8Copy full SHA for f3690b8
.github/workflows/docker-publish.yml
@@ -52,6 +52,7 @@ jobs:
52
with:
53
context: .
54
push: ${{ github.event_name != 'pull_request' }}
55
+ platforms: linux/amd64,linux/arm64
56
tags: ${{ steps.meta.outputs.tags }}
57
labels: ${{ steps.meta.outputs.labels }}
58
cache-from: type=gha
0 commit comments