Force a different DNS resolver

This commit is contained in:
Marco Realacci 2025-01-17 20:33:14 +01:00 committed by GitHub
parent 17d1af2275
commit e5c6667fb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure custom DNS resolver
run: echo "nameserver 1.1.1.1" | sudo tee /etc/resolv.conf
- name: Call webhook # debug
run: dig portainer.srv.mrlc.cc