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 e40491d commit 0c24ae5Copy full SHA for 0c24ae5
.github/workflows/oci-make.yaml
@@ -115,6 +115,7 @@ jobs:
115
with:
116
push: true
117
context: packaging/docker-image
118
+ labels: ${{ steps.meta.outputs.labels }}
119
platforms: ${{ github.event.inputs.build_arm && 'linux/amd64, linux/arm64' || 'linux/amd64' }}
120
tags: ${{ steps.meta.outputs.tags }}
121
cache-to: type=gha,mode=max,scope=${{ matrix.otp_version }}
0 commit comments