Skip to content

Commit 950e3f3

Browse files
glen-84michaelstaib
authored andcommitted
Set DOCKER_CONFIG environment variable in CI and coverage workflows (#8128)
1 parent 775481c commit 950e3f3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ jobs:
162162
runs-on: ubuntu-latest
163163
needs: [configure, check-changes]
164164
if: needs.check-changes.outputs.library_changes == 'true'
165+
env:
166+
DOCKER_CONFIG: $HOME/.docker
165167

166168
strategy:
167169
fail-fast: false

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
name: Run ${{ matrix.name }}
4545
runs-on: ubuntu-latest
4646
needs: configure
47+
env:
48+
DOCKER_CONFIG: $HOME/.docker
4749

4850
strategy:
4951
fail-fast: false

0 commit comments

Comments
 (0)