@@ -45,6 +45,7 @@ target "all" {
4545 " ${ GITHUB_REPO } :all"
4646 ]
4747 platforms = [" linux/amd64" , " linux/arm64" ]
48+ output = [" type=registry" ]
4849}
4950
5051target "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
6971target "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
8891target "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
107111target "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
125130target "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
143149target "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
161168target "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