From c4a5c509123818ae2e1f5e152d8c2d9fb0563d2c Mon Sep 17 00:00:00 2001 From: Mischa Taylor <57647141+taylorific@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:20:30 -0500 Subject: [PATCH] Update docker-bake.hcl --- hadolint/docker-bake.hcl | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/hadolint/docker-bake.hcl b/hadolint/docker-bake.hcl index cf2a1b0..5d40fe4 100644 --- a/hadolint/docker-bake.hcl +++ b/hadolint/docker-bake.hcl @@ -28,22 +28,12 @@ target "_common" { ] } -target "lint" { - dockerfile = "Containerfile" - target = "lint" - output = ["type=cacheonly"] -} - target "local" { inherits = ["_common"] platforms = ["${LOCAL_PLATFORM}"] } -group "default" { - targets = ["lint", "release"] -} - -target "release" { +target "default" { inherits = ["_common"] platforms = ["linux/amd64", "linux/arm64/v8"] labels = {