Skip to content

Commit 54944b5

Browse files
committed
add output = [type=registry]
1 parent c0fc9f4 commit 54944b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-bake.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ target "all" {
4545
"${GITHUB_REPO}:all"
4646
]
4747
platforms = ["linux/amd64", "linux/arm64"]
48+
output = ["type=registry"]
4849
}
4950

5051
target "clang-tools" {
@@ -64,6 +65,7 @@ target "clang-tools" {
6465
"${GITHUB_REPO}:${tgt}"
6566
]
6667
platforms = ["linux/amd64", "linux/arm64"]
68+
output = ["type=registry"]
6769
}
6870

6971
target "clang-tools" {
@@ -83,6 +85,7 @@ target "clang-tools" {
8385
"${GITHUB_REPO}:${tgt}"
8486
]
8587
platforms = ["linux/amd64", "linux/arm64"]
88+
output = ["type=registry"]
8689
}
8790

8891
target "clang-tools" {
@@ -102,6 +105,7 @@ target "clang-tools" {
102105
"${GITHUB_REPO}:${tgt}"
103106
]
104107
platforms = ["linux/amd64", "linux/arm64"]
108+
output = ["type=registry"]
105109
}
106110

107111
target "clang-tools" {
@@ -120,6 +124,7 @@ target "clang-tools" {
120124
"${GITHUB_REPO}:${tgt}"
121125
]
122126
platforms = ["linux/amd64", "linux/arm64"]
127+
output = ["type=registry"]
123128
}
124129

125130
target "clang-tools" {
@@ -138,6 +143,7 @@ target "clang-tools" {
138143
"${GITHUB_REPO}:${tgt}"
139144
]
140145
platforms = ["linux/amd64", "linux/arm64"]
146+
output = ["type=registry"]
141147
}
142148

143149
target "clang-tools" {
@@ -156,6 +162,7 @@ target "clang-tools" {
156162
"${GITHUB_REPO}:${tgt}"
157163
]
158164
platforms = ["linux/amd64", "linux/arm64"]
165+
output = ["type=registry"]
159166
}
160167

161168
target "clang-tools" {
@@ -174,4 +181,5 @@ target "clang-tools" {
174181
"${GITHUB_REPO}:${tgt}"
175182
]
176183
platforms = ["linux/amd64", "linux/arm64"]
184+
output = ["type=registry"]
177185
}

0 commit comments

Comments
 (0)