Skip to content

Commit

Permalink
Renamed mailhog dir to mailpit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jul 15, 2024
1 parent 43ad827 commit 643ce89
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -20,14 +20,14 @@ target "elasticsearch" {
}
target "mailhog" {
inherits = ["docker-metadata-action"]
context = "${CONTEXT}/mailhog"
context = "${CONTEXT}/mailpit"
dockerfile = "Dockerfile"

platforms = ["linux/amd64", "linux/arm64"]
}
target "mailpit" {
inherits = ["docker-metadata-action"]
context = "${CONTEXT}/mailhog"
context = "${CONTEXT}/mailpit"
dockerfile = "Dockerfile"

platforms = ["linux/amd64", "linux/arm64"]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 643ce89

Please sign in to comment.