mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-24 05:19:53 +02:00
Replace datadog/squid with ubuntu/squid Docker image (#1002)
* test with ubuntu/squid * Start a contributing guide * remove link
This commit is contained in:
parent
1f9a0c22da
commit
5c3ccc22eb
2 changed files with 29 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -142,7 +142,7 @@ jobs:
|
|||
options: --dns 127.0.0.1
|
||||
services:
|
||||
squid-proxy:
|
||||
image: datadog/squid:latest
|
||||
image: ubuntu/squid:latest
|
||||
ports:
|
||||
- 3128:3128
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue