From dc138a45a2dc7382f85ad505ccdb04c6cda1d291 Mon Sep 17 00:00:00 2001 From: Iain Moncrief Date: Tue, 28 Jan 2025 22:03:43 -0800 Subject: [PATCH] Testing docker (again). --- .github/actions/hello-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/hello-action/Dockerfile b/.github/actions/hello-action/Dockerfile index 6eea44c1..546d6133 100644 --- a/.github/actions/hello-action/Dockerfile +++ b/.github/actions/hello-action/Dockerfile @@ -11,7 +11,7 @@ COPY . . COPY ../../../ ./ -COPY chai/chai ./ +COPY chapel/chapel ./ # ADD chai/chai # Copies your code file from your action repository to the filesystem path `/` of the container