debugging docker registry login
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
|||||||
- name: configure registry IP
|
- name: configure registry IP
|
||||||
run: echo "185.243.8.189 docker.srsoftware.de" >> /etc/hosts && cat /etc/hosts
|
run: echo "185.243.8.189 docker.srsoftware.de" >> /etc/hosts && cat /etc/hosts
|
||||||
|
|
||||||
|
- name: test registry IP
|
||||||
|
run: ping -4 -c 4 docker.srsoftware.de
|
||||||
|
|
||||||
- name: Login to registry
|
- name: Login to registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user