We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcba18 commit 80738c7Copy full SHA for 80738c7
.github/workflows/docker.yml
@@ -64,6 +64,7 @@ jobs:
64
with:
65
context: .
66
push: true
67
+ platforms: linux/amd64,linux/arm64
68
tags: |
69
ghcr.io/${{ github.repository }}:${{ env.tag }}
70
${{ env.latest_tag == 'true' && format('ghcr.io/{0}:latest', github.repository) || '' }}
0 commit comments