Skip to content

Commit 24b766a

Browse files
committed
fix: update context paths for Docker targets in CI configuration
1 parent 1c3f433 commit 24b766a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group "default" {
1212

1313
target "prod" {
1414
inherits = ["docker-metadata-action"]
15-
context = "./nestjs-project"
15+
context = "./src/ci/nestjs-project"
1616
dockerfile = "./Dockerfile.prod"
1717
secret = [
1818
{
@@ -23,7 +23,7 @@ target "prod" {
2323
}
2424

2525
target "ci" {
26-
context = "./nestjs-project"
26+
context = "./src/ci/nestjs-project"
2727
dockerfile = "./Dockerfile.prod"
2828
tags = [ "${IMAGE_NAME}:ci" ]
2929
target = "ci"

0 commit comments

Comments
 (0)