Skip to content

Commit eaa0232

Browse files
committed
ci(pipeline): update container image build context
- Changes the container image build context from "src/" to the root directory "." for simplification. - Improves the overall build configuration by allowing for easier access to resources.
1 parent d72da0b commit eaa0232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
helm_chart_repository: "oci://ghcr.io/emberstack/helm-charts"
3030

3131
container_image: "kubernetes-reflector"
32-
container_image_build_context: "src/"
32+
container_image_build_context: "."
3333
container_image_build_platforms: "linux/amd64,linux/arm/v7,linux/arm64"
3434
container_image_build_dockerfile: "src/ES.Kubernetes.Reflector/Dockerfile"
3535
container_image_repository_dockerhub: "emberstack"

0 commit comments

Comments
 (0)