mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Added debug docker image list
This commit is contained in:
parent
7a810b45aa
commit
b8a57dcbd7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/maven-build.yml
vendored
5
.github/workflows/maven-build.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue