Skip to content

Commit 92c30f4

Browse files
committed
.github: Fix workaround message to be more accurate with the repo
1 parent 8515cf5 commit 92c30f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
# This "ugly" workaround is needed for now because we use a container to run the job
5353
# so we use docker-in-docker but by default github mount the workspace in the container
5454
# not at the same location
55-
# - on the host it's on github.workspace => /home/runner/work/artesca/artesca
56-
# - in the container it's on GITHUB_WORKSPACE => /__w/artesca/artesca
55+
# - on the host it's on github.workspace => /home/runner/work/metalk8s/metalk8s
56+
# - in the container it's on GITHUB_WORKSPACE => /__w/metalk8s/metalk8s
5757
# Which means if we want to creata docker with bind mount we need to use the host path
5858
# that's why we also mount the workspace in the container at the same location
5959
- ${{ github.workspace }}:${{ github.workspace }}

0 commit comments

Comments
 (0)