Skip to content

Commit 87136f0

Browse files
authored
Updated the DOCKER_CONFIG environment variable (#8156)
1 parent 8a6b206 commit 87136f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
needs: [configure, check-changes]
164164
if: needs.check-changes.outputs.library_changes == 'true'
165165
env:
166-
DOCKER_CONFIG: $HOME/.docker
166+
DOCKER_CONFIG: ${{ github.workspace }}/.docker
167167

168168
strategy:
169169
fail-fast: false

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: configure
4747
env:
48-
DOCKER_CONFIG: $HOME/.docker
48+
DOCKER_CONFIG: ${{ github.workspace }}/.docker
4949

5050
strategy:
5151
fail-fast: false

0 commit comments

Comments
 (0)