Skip to content

Commit 62f1442

Browse files
committed
📦 build(docker): add annotations and labels to docker build
1 parent a555409 commit 62f1442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
${{ env.IMAGE_FULL_NAME }}:${{ env.IMAGE_TAG }}
8484
${{ env.IMAGE_FULL_NAME }}:${{ env.DATE_TAG }}
8585
${{ github.event.inputs.image_tag != 'latest' && format('{0}:latest', env.IMAGE_FULL_NAME) || '' }}
86+
annotations: ${{ steps.meta.outputs.annotations }}
87+
labels: ${{ steps.meta.outputs.labels }}
8688
cache-from: type=gha
8789
cache-to: type=gha,mode=max
8890
platforms: ${{ env.ARCHITECTURES }}

0 commit comments

Comments
 (0)