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 8a6b206 commit 87136f0Copy full SHA for 87136f0
.github/workflows/ci.yml
@@ -163,7 +163,7 @@ jobs:
163
needs: [configure, check-changes]
164
if: needs.check-changes.outputs.library_changes == 'true'
165
env:
166
- DOCKER_CONFIG: $HOME/.docker
+ DOCKER_CONFIG: ${{ github.workspace }}/.docker
167
168
strategy:
169
fail-fast: false
.github/workflows/coverage.yml
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
needs: configure
47
48
49
50
51
0 commit comments