Skip to content

Commit ab509ba

Browse files
committed
ci(pipeline): update container image build context
- Changes the container image build context from the root to the `src` directory. - This adjustment improves organization and build efficiency by ensuring the context is limited to relevant files.
1 parent 8f20886 commit ab509ba

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
@@ -25,7 +25,7 @@ concurrency:
2525

2626
env:
2727
container_image: "github-actions-runner"
28-
container_image_build_context: "."
28+
container_image_build_context: "src"
2929
container_image_build_platforms: "linux/amd64,linux/arm64"
3030
container_image_build_dockerfile: "src/Dockerfile"
3131
container_image_repository_dockerhub: "emberstack"

0 commit comments

Comments
 (0)