debugging upload
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -13,8 +13,12 @@ jobs:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Fix Nameserver
|
||||
run: sed -i "s|nameserver.*|nameserver 208.67.222.222|g" /etc/resolv.conf
|
||||
|
||||
|
||||
- name: Check registry
|
||||
run: apt install -y dnsutils && nslookup ${{ secrets.REGISTRY_PATH }}
|
||||
run: cat /etc/resolv.conf && apt update && apt install -y dnsutils && nslookup ${{ secrets.REGISTRY_PATH }}
|
||||
|
||||
- name: Login to registry
|
||||
uses: docker/login-action@v2
|
||||
|
||||
Reference in New Issue
Block a user