We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31d845 commit 2d181edCopy full SHA for 2d181ed
1 file changed
.github/workflows/check_docker_build.yml
@@ -13,5 +13,8 @@ jobs:
13
- name: Build the Docker image
14
run: docker build . --tag ${{ github.repository }}
15
16
+ - name: Image details
17
+ run: docker images | head
18
+
19
- name: Run info.sh
20
run: docker run -t ${{ github.repository }} sh info.sh
0 commit comments