Added debug docker image list

This commit is contained in:
Matt York 2023-10-14 09:28:45 +01:00
parent 7a810b45aa
commit b8a57dcbd7

View file

@ -33,3 +33,8 @@ jobs:
- name: Build the Maven container image - name: Build the Maven container image
run: ./mvnw spring-boot:build-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