Skip to content

Commit

Permalink
[DDS-1615] Fixed dir ref for Dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 13, 2023
1 parent 9c3fc4a commit e4c6ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-actions-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target "ci-builder" {

target "clamav" {
inherits = ["docker-metadata-action"]
context = "${CONTEXT}/elasticsearch"
context = "${CONTEXT}/clamav"
dockerfile = "Dockerfile"

platforms = ["linux/amd64", "linux/arm64"]
Expand All @@ -28,7 +28,7 @@ target "elasticsearch" {
}
target "mailhog" {
inherits = ["docker-metadata-action"]
context = "${CONTEXT}/elasticsearch"
context = "${CONTEXT}/mailhog"
dockerfile = "Dockerfile"

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

0 comments on commit e4c6ca6

Please sign in to comment.