mirror of
https://github.com/actions/cache.git
synced 2024-11-10 06:31:07 +07:00
Change datadog/squid to Ubuntu/squid in CI check
This commit is contained in:
parent
8bec1e4cc3
commit
be52f75d6f
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user