mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-02-07 21:11:25 +01:00
Use isolated docker config in test sandbox (#700)
* Introduce DOCKER_CONFIG_FILE in test-suite * Set DOCKER_CONFIG_FILE in CI --------- Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user