We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25554fd commit f9d4687Copy full SHA for f9d4687
1 file changed
.github/workflows/docker-publish.yml
@@ -51,6 +51,7 @@ jobs:
51
with:
52
context: .
53
push: false
54
+ platforms: linux/amd64,linux/arm64
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
cache-from: type=gha
@@ -62,6 +63,7 @@ jobs:
62
63
64
65
push: true
66
67
68
69
0 commit comments