We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116bcf5 commit 7e678c1Copy full SHA for 7e678c1
1 file changed
.github/workflows/build-image.yml
@@ -137,8 +137,7 @@ jobs:
137
docker run --rm \
138
-v "$GITHUB_WORKSPACE:/workspace" \
139
-w /workspace \
140
- -v "$DOCKER_CONFIG:/root/.docker:ro" \
141
- -e DOCKER_CONFIG=/root/.docker \
+ -v "${HOME}/.docker:/tmp/.docker:ro" \
142
ghcr.io/l3montree-dev/devguard/scanner:main \
143
crane push "${IMAGE_DESTINATION_PATH}" "$(cat image-tag.txt)"
144
env:
0 commit comments