Add OpenContainer Image Format Annotations as Labels to Docker Image

This commit is contained in:
Maximilian Irro 2024-09-26 20:24:28 +02:00
parent 35f60d699d
commit e6c0b697aa
No known key found for this signature in database

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