Skip to content

Commit 028e3e6

Browse files
committed
Add preliminary label to all Docker images.
1 parent 6ab2769 commit 028e3e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/docker-bake.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ target "ci" {
3232
tags = [
3333
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-ci"
3434
]
35+
labels = {
36+
"org.opencontainers.image.source" = "https://github.com/${BLUE_GITHUB_REPO}"
37+
}
3538
cache_from =[
3639
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-ci",
3740
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-robot",

0 commit comments

Comments
 (0)