Fix CI pipe error in docker history command
- Add fallback to prevent exit 141 from broken pipe - Build succeeded, just a minor display issue
This commit is contained in:
@@ -102,7 +102,7 @@ jobs:
|
||||
|
||||
# Show layer info for debugging
|
||||
echo "=== DEV Image layer history ==="
|
||||
docker history nfoguard:dev --format "table {{.CreatedBy}}\t{{.Size}}" | head -5
|
||||
docker history nfoguard:dev --format "table {{.CreatedBy}}\t{{.Size}}" | head -5 || echo "Layer history completed"
|
||||
|
||||
- name: Login and Push to Gitea registry (DEV tags)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user