Compare commits

...

1 Commits

Author SHA1 Message Date
Angela P Wen
248eab484b Replace datadog/squid with datadog/agent 2022-10-31 15:10:11 -07:00
2 changed files with 6 additions and 6 deletions

6
.github/workflows/__test-proxy.yml generated vendored
View File

@@ -48,13 +48,13 @@ jobs:
env: env:
TEST_MODE: true TEST_MODE: true
env: env:
https_proxy: http://squid-proxy:3128 https_proxy: http://agent-proxy:3128
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
container: container:
image: ubuntu:18.04 image: ubuntu:18.04
options: --dns 127.0.0.1 options: --dns 127.0.0.1
services: services:
squid-proxy: agent-proxy:
image: datadog/squid:latest image: datadog/agent:latest
ports: ports:
- 3128:3128 - 3128:3128

View File

@@ -6,12 +6,12 @@ container:
image: ubuntu:18.04 image: ubuntu:18.04
options: --dns 127.0.0.1 options: --dns 127.0.0.1
services: services:
squid-proxy: agent-proxy:
image: datadog/squid:latest image: datadog/agent:latest
ports: ports:
- 3128:3128 - 3128:3128
env: env:
https_proxy: http://squid-proxy:3128 https_proxy: http://agent-proxy:3128
steps: steps:
- uses: ./../action/init - uses: ./../action/init
with: with: