Skip to content

Commit

Permalink
Added php-fpm-exporter bake definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Feb 19, 2025
1 parent 23c23a6 commit 86c5ab2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gh-actions-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,15 @@ target "awx-ee" {
PKGMGR = "/usr/bin/apt-get"
}
}

target "php-fpm-exporter" {
inherits = ["docker-metadata-action"]
context = "${CONTEXT}/php-fpm-exporter"
dockerfile = "Dockerfile"

platforms = ["linux/amd64", "linux/arm64"]

labels = {
"org.opencontainers.image.source" = "https://github.com/dpc-sdp/bay/blob/5.x/images/bay-php-exporter/Dockerfile"
}
}

0 comments on commit 86c5ab2

Please sign in to comment.