Debug - use public nameserver to have similar network setup with CircleCI

pull/7154/head
Gokhan Gulbiz 2023-10-03 14:53:58 +03:00
parent 6577272252
commit 3ec61f914e
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ jobs:
runs-on: ubuntu-20.04
container:
image: "${{ matrix.image_name }}:${{ matrix.pg_version }}${{ vars.image_suffix }}"
options: --user root -p 57637:57637
options: --user root --dns=8.8.8.8
needs:
- build
steps: