forked from Public/monero-gui
Additional build workflow troubleshooting
Some checks failed
Build / docker-build (push) Failing after 36s
Some checks failed
Build / docker-build (push) Failing after 36s
This commit is contained in:
@@ -44,12 +44,12 @@ jobs:
|
|||||||
|
|
||||||
# Debugging - extract logs
|
# Debugging - extract logs
|
||||||
- name: Extract Docker container logs
|
- name: Extract Docker container logs
|
||||||
if: failure()
|
if: always()
|
||||||
run: docker logs build-container
|
run: docker logs build-container
|
||||||
|
|
||||||
# Debugging - check state
|
# Debugging - check state
|
||||||
- name: Inspect Docker Container State
|
- name: Inspect Docker Container State
|
||||||
if: failure()
|
if: always()
|
||||||
run: docker inspect build-container
|
run: docker inspect build-container
|
||||||
|
|
||||||
# Debugging - remove container
|
# Debugging - remove container
|
||||||
|
|||||||
Reference in New Issue
Block a user