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