mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-07 09:29:24 +08:00
Set DOCKER_CONFIG_FILE in CI
This commit is contained in:
parent
14b0e1e470
commit
eecaae19ca
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Run Tests
|
||||
env:
|
||||
DOCKER_CONFIG_FILE: /home/runner/.docker/config.json
|
||||
working-directory: ./test
|
||||
run: |
|
||||
BUILD_IMAGE=1 ./test.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue