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 ea6ff02 commit a33b114Copy full SHA for a33b114
.github/workflows/test.yml
@@ -20,6 +20,6 @@ jobs:
20
- run: |
21
echo "$(docker build -qf- . <<'EOF'
22
FROM alpine
23
- ADD /home/github/.docker/config.json /root/.docker/config.json
+ ADD /home/runner/.docker/config.json /root/.docker/config.json
24
EOF
25
)"
0 commit comments