Skip to content

Commit

Permalink
Fix post jobs dockerfile paths (kyma-project#11007)
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 authored and dekiel committed Jun 21, 2024
1 parent 60b8eba commit 8923566
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 8923566

Please sign in to comment.