Skip to content

Commit 785a7be

Browse files
committed
Add preliminary label to all Docker images.
1 parent 8442070 commit 785a7be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.docker/docker-bake.hcl

+3
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)