Skip to content

Commit

Permalink
Fix post jobs dockerfile paths (#11007)
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Jun 13, 2024
1 parent 40c8880 commit ecd749f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ postsubmits: # runs on main
- "--name=compass-runtime-agent"
- "--config=/config/kaniko-build-config.yaml"
- "--context=components/compass-runtime-agent"
- "--dockerfile=Dockerfile"
- "--dockerfile=components/compass-runtime-agent/Dockerfile"
resources:
requests:
memory: 1.5Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ postsubmits: # runs on main
- "--name=central-application-gateway"
- "--config=/config/kaniko-build-config.yaml"
- "--context=components/central-application-gateway"
- "--dockerfile=Dockerfile"
- "--dockerfile=components/central-application-gateway/Dockerfile"
resources:
requests:
memory: 1.5Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ postsubmits: # runs on main
- "--name=central-application-connectivity-validator"
- "--config=/config/kaniko-build-config.yaml"
- "--context=components/central-application-connectivity-validator"
- "--dockerfile=Dockerfile"
- "--dockerfile=components/central-application-connectivity-validator/Dockerfile"
resources:
requests:
memory: 1.5Gi
Expand Down

0 comments on commit ecd749f

Please sign in to comment.