Skip to content

Commit

Permalink
Add docker-metadata-action
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 18, 2023
1 parent 69a3a13 commit f49d5a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hadolint/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ variable "LOCAL_PLATFORM" {
target "docker-metadata-action" { }

target "_common" {
inherits = ["docker-metadata-action"]
dockerfile = "Containerfile"
tags = [
# docker.io/boxcuter/hadolint:x.x.x
Expand All @@ -39,7 +40,7 @@ target "local" {
}

group "default" {
targets = ["docker-metadata-action", "lint", "release"]
targets = ["lint", "release"]
}

target "release" {
Expand Down

0 comments on commit f49d5a7

Please sign in to comment.