Skip to content

Commit 7cab6b6

Browse files
committed
gha: test: foreground: no need for portfwds or bind mounts for first-contact test
1 parent 3853ece commit 7cab6b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ jobs:
4545
- name: Start foreground instance for first-contact sanity checking
4646
run: |
4747
timeout --signal=9 --verbose 10 docker run --name docker_registry_proxy_fg \
48-
-p 0.0.0.0:3128:3128 -e ENABLE_MANIFEST_CACHE=false \
49-
-v $(pwd)/docker_mirror_cache:/docker_mirror_cache \
50-
-v $(pwd)/docker_mirror_certs:/ca \
48+
-e ENABLE_MANIFEST_CACHE=false \
5149
sanity-check/docker-registry-proxy:latest || true
5250
sleep 3
5351
docker stop docker_registry_proxy_fg || true

0 commit comments

Comments
 (0)