Ver código fonte

Add special target

Mohammad Abdolirad 2 anos atrás
pai
commit
2d74aedd9a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      docker-bake.hcl

+ 3 - 0
docker-bake.hcl

@@ -2,6 +2,9 @@ variable "CONTEXT" {
   default = "."
 }
 
+// Special target: https://github.com/docker/metadata-action#bake-definition
+target "docker-metadata-action" {}
+
 group "default" {
   targets = ["base"]
 }