Skip to content

Commit 2d181ed

Browse files
authored
Update check_docker_build.yml
Print out image details
1 parent c31d845 commit 2d181ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check_docker_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
- name: Build the Docker image
1414
run: docker build . --tag ${{ github.repository }}
1515

16+
- name: Image details
17+
run: docker images | head
18+
1619
- name: Run info.sh
1720
run: docker run -t ${{ github.repository }} sh info.sh

0 commit comments

Comments
 (0)