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 9c277f0 commit e24010fCopy full SHA for e24010f
.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_WORKSPACE}/.github:/config local/bootstrap
+ run: docker run -v ${GITHUB_WORKSPACE}/.github:/configs local/bootstrap
31
32
- name: Build the environment
33
uses: docker/bake-action@v5
0 commit comments