Update .gitea/workflows/build-and-push.yml
All checks were successful
Build and Push Container / build-and-push (push) Successful in 2m25s
All checks were successful
Build and Push Container / build-and-push (push) Successful in 2m25s
This commit is contained in:
parent
79afca5e98
commit
49fc4f0c6e
@ -61,20 +61,6 @@ jobs:
|
|||||||
go version
|
go version
|
||||||
docker version
|
docker version
|
||||||
|
|
||||||
- name: Registry connectivity diagnostics
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
set -x
|
|
||||||
uname -a || true
|
|
||||||
cat /etc/os-release || true
|
|
||||||
env | sort || true
|
|
||||||
getent hosts "$REGISTRY" || true
|
|
||||||
nslookup "$REGISTRY" || true
|
|
||||||
ping -c 1 "$REGISTRY" || true
|
|
||||||
curl -I --max-time 20 "https://$REGISTRY/v2/" || true
|
|
||||||
curl -v --max-time 20 "https://$REGISTRY/v2/" -o /dev/null || true
|
|
||||||
docker info || true
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user