We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f43506 commit 30773c8Copy full SHA for 30773c8
.github/workflows/development_image_release.yaml
@@ -78,8 +78,11 @@ jobs:
78
platforms: linux/arm64,linux/amd64
79
cache-from: type=registry,ref=${{vars.DOCKER_REGISTRY}}:latest
80
context: .
81
- # This should not be taged as latest
+ # This should not be taged as latest
82
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 }}
86
push: true
87
# Note: This includes build args in the published provenance.
88
# Do not use this if secrets are passed in as args.
0 commit comments