fix
All checks were successful
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 14s

This commit is contained in:
2025-09-26 20:49:50 -06:00
parent 636a5506d9
commit aad02ed556
2 changed files with 11 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ jobs:
run: |
CID=$(docker compose --project-name radiusnucleo ps -q freeradius)
echo "Container: $CID"
docker inspect "$CID" --format '{{json .NetworkSettings.Ports}}' | jq .
docker inspect "$CID" --format '{{json .NetworkSettings.Ports}}'
echo "docker port output:" || true
docker port "$CID" || true