Skip to content

Commit 9856cad

Browse files
committed
Add back metadata labels to the OCI build
1 parent 677f253 commit 9856cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
with:
116116
push: true
117117
context: packaging/docker-image
118+
labels: ${{ steps.meta.outputs.labels }}
118119
platforms: ${{ github.event.inputs.build_arm && 'linux/amd64, linux/arm64' || 'linux/amd64' }}
119120
tags: ${{ steps.meta.outputs.tags }}
120121
cache-to: type=gha,mode=max,scope=${{ matrix.otp_version }}

0 commit comments

Comments
 (0)