We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a44ab4 commit 9c277f0Copy full SHA for 9c277f0
.github/workflows/ci_checks.yaml
@@ -27,7 +27,7 @@ jobs:
27
workdir: .
28
29
- name: Bootstrap the environment Dockerfile
30
- run: docker run -v .github:/config local/bootstrap
+ run: docker run -v ${GITHUB_WORKSPACE}/.github:/config local/bootstrap
31
32
- name: Build the environment
33
uses: docker/bake-action@v5
0 commit comments