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 812eeac commit dc7aad0Copy full SHA for dc7aad0
.github/workflows/docker.yml
@@ -117,6 +117,7 @@ jobs:
117
build-args: |
118
VERSION_TAG=${{ steps.prep.outputs.version }}
119
load: true
120
+ platforms: linux/amd64,linux/arm64
121
tags: ${{ steps.prep.outputs.tags }}
122
labels: |
123
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY,,}.git
@@ -133,6 +134,7 @@ jobs:
133
134
135
136
push: true
137
138
139
140
0 commit comments