ci: remove dns for container running proxy steps (experimental)

This commit is contained in:
Fotis Koutoulakis (@NlightNFotis) 2024-12-09 18:39:53 +00:00
parent a89fbc80a2
commit c901aeec28
2 changed files with 0 additions and 2 deletions

1
.github/workflows/__test-proxy.yml generated vendored
View file

@ -71,7 +71,6 @@ jobs:
CODEQL_ACTION_TEST_MODE: true
container:
image: ubuntu:22.04
options: --dns 8.8.8.8
services:
squid-proxy:
image: ubuntu/squid:latest

View file

@ -4,7 +4,6 @@ versions: ["linked", "nightly-latest"]
operatingSystems: ["ubuntu"]
container:
image: ubuntu:22.04
options: --dns 8.8.8.8
container-init-steps:
name: Set up GitHub CLI
run: |