Skip to content

Commit

Permalink
Fix traffic generator target name
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Oct 3, 2024
1 parent c206b61 commit 2ac0300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ target "churner-release" {
target "traffic-generator" {
context = "."
dockerfile = "./trafficgenerator.Dockerfile"
target = "trafficgenerator"
target = "traffic-generator"
tags = ["${REGISTRY}/${REPO}/traffic-generator:${BUILD_TAG}"]
}

Expand Down

0 comments on commit 2ac0300

Please sign in to comment.