Update .gitea/workflows/build-and-push.yml
All checks were successful
Build and Push Container / build-and-push (push) Successful in 2m25s

This commit is contained in:
wayfinderak 2026-03-23 06:07:10 +00:00
parent 79afca5e98
commit 49fc4f0c6e

View File

@ -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 ./...