Skip to content

Commit 30773c8

Browse files
committed
Add labels and annotations.
1 parent 3f43506 commit 30773c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/development_image_release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ jobs:
7878
platforms: linux/arm64,linux/amd64
7979
cache-from: type=registry,ref=${{vars.DOCKER_REGISTRY}}:latest
8080
context: .
81-
# This should not be taged as latest
81+
# This should not be taged as latest
8282
tags: ${{vars.DOCKER_REGISTRY}}:${{steps.get_version.outputs.SERVICE_VERSION}}
83+
# Add labels from metadata-action above.
84+
labels: ${{ steps.meta.outputs.labels }}
85+
annotations: ${{ steps.meta.outputs.annotations }}
8386
push: true
8487
# Note: This includes build args in the published provenance.
8588
# Do not use this if secrets are passed in as args.

0 commit comments

Comments
 (0)