From b8a57dcbd7c534cc9827a21fc25e03f2c131434f Mon Sep 17 00:00:00 2001 From: Matt York Date: Sat, 14 Oct 2023 09:28:45 +0100 Subject: [PATCH] Added debug docker image list --- .github/workflows/maven-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 82cab1b31..31bfe4346 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -33,3 +33,8 @@ jobs: - name: Build the Maven container image run: ./mvnw spring-boot:build-image + + # I add this step for debug. + # My local Linux laptop uses podman rather than docker, so this is a useful debug step. + - name: List all the container images on the runner + run: docker image list \ No newline at end of file