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 d306349 commit aa4b7e6Copy full SHA for aa4b7e6
.github/workflows/docker-publish.yaml
@@ -71,6 +71,7 @@ jobs:
71
push: ${{ github.event_name != 'pull_request' }}
72
tags: ${{ steps.meta.outputs.tags }}
73
labels: ${{ steps.meta.outputs.labels }}
74
+ platforms: linux/amd64, linux/arm64
75
cache-from: type=gha
76
cache-to: type=gha,mode=max
77
0 commit comments