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 4d2c9fb commit a5a164aCopy full SHA for a5a164a
.github/workflows/test.yaml
@@ -65,7 +65,7 @@ jobs:
65
docker stop docker_registry_proxy_fg || true
66
docker remove docker_registry_proxy_fg || true
67
68
- - name: Start proxy instance in docker (ENABLE_MANIFEST_CACHE=false)
+ - name: Start proxy instance in docker
69
run: |
70
docker run -d --rm --name docker_registry_proxy \
71
-p 0.0.0.0:3128:3128 ${{ matrix.extraDockerOpts }} \
0 commit comments