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 1f771fd commit 76bae63Copy full SHA for 76bae63
1 file changed
docker-bake.hcl
@@ -0,0 +1,21 @@
1
+target "docker-metadata-action" {}
2
+
3
+group "default" {
4
+ targets = ["image-local"]
5
+}
6
7
+target "image" {
8
+ inherits = ["docker-metadata-action"]
9
10
11
+target "image-local" {
12
+ inherits = ["image"]
13
+ output = ["type=docker"]
14
15
16
+target "image-all" {
17
18
+ platforms = [
19
+ "linux/amd64"
20
+ ]
21
0 commit comments