We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3f433 commit 24b766aCopy full SHA for 24b766a
src/ci/docker-bake.hcl
@@ -12,7 +12,7 @@ group "default" {
12
13
target "prod" {
14
inherits = ["docker-metadata-action"]
15
- context = "./nestjs-project"
+ context = "./src/ci/nestjs-project"
16
dockerfile = "./Dockerfile.prod"
17
secret = [
18
{
@@ -23,7 +23,7 @@ target "prod" {
23
}
24
25
target "ci" {
26
27
28
tags = [ "${IMAGE_NAME}:ci" ]
29
target = "ci"
0 commit comments