From d0af8a3eccec64e454f4b48df99baad9a18c7f57 Mon Sep 17 00:00:00 2001 From: Bishal Prasad Date: Mon, 7 Nov 2022 13:22:00 +0530 Subject: [PATCH] Change datadog/squid to Ubuntu/squid in CI check (#976) --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 320fd46..60410a6 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -99,7 +99,7 @@ jobs: options: --dns 127.0.0.1 services: squid-proxy: - image: datadog/squid:latest + image: ubuntu/squid:latest ports: - 3128:3128 env: @@ -122,7 +122,7 @@ jobs: options: --dns 127.0.0.1 services: squid-proxy: - image: datadog/squid:latest + image: ubuntu/squid:latest ports: - 3128:3128 env: