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 da41cb0 commit d7f0dfaCopy full SHA for d7f0dfa
.github/workflows/docker.yml
@@ -34,5 +34,6 @@ jobs:
34
with:
35
context: .
36
push: ${{ contains(fromJson('["push", "release"]'), github.event_name) }} # Publish to docker registry only on push event or new release.
37
+ platforms: linux/amd64,linux/arm64
38
tags: ${{ steps.meta.outputs.tags }}
39
labels: ${{ steps.meta.outputs.labels }}
0 commit comments