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 6ab2769 commit 028e3e6Copy full SHA for 028e3e6
.docker/docker-bake.hcl
@@ -32,6 +32,9 @@ target "ci" {
32
tags = [
33
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-ci"
34
]
35
+ labels = {
36
+ "org.opencontainers.image.source" = "https://github.com/${BLUE_GITHUB_REPO}"
37
+ }
38
cache_from =[
39
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-ci",
40
"ghcr.io/${BLUE_GITHUB_REPO}:${BLUE_ROS_DISTRO}-robot",
0 commit comments