Merge pull request #3461 from mpgirro/oci-image-source

Add OpenContainers Annotations as Labels to Docker Image
This commit is contained in:
advplyr 2024-09-26 16:34:23 -05:00 committed by GitHub
commit 58f4a0cfbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,7 @@ jobs:
uses: docker/build-push-action@v3
with:
tags: ${{ github.event.inputs.tags || steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
platforms: linux/amd64,linux/arm64
push: true