feature/buid-Kaniko #1

Merged
marcio.fernandes merged 39 commits from feature/buid-Kaniko into main 2026-03-15 00:25:36 +00:00
Showing only changes of commit c48121efcb - Show all commits

View File

@@ -39,6 +39,12 @@ jobs:
sleep 3 sleep 3
- name: Dump BuildKit logs
if: always()
run: |
echo "=== BuildKit log ==="
cat /home/builder/buildkitd.log 2>/dev/null || echo "no log found"
cat /tmp/buildkitd.log 2>/dev/null || echo "no log in /tmp"
# - name: Check BuildKit daemon # - name: Check BuildKit daemon
# run: | # run: |