Skip to content

Commit f9e6324

Browse files
authored
Run "docker images"
1 parent 53912ed commit f9e6324

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Build the Docker image
19-
run: docker build . --tag ${{ github.repository }}
19+
run: |
20+
docker build . --tag ${{ github.repository }}
21+
docker images
2022
2123
- name: Run nginx -V
2224
run: docker run -t ${{ github.repository }} nginx -V

0 commit comments

Comments
 (0)