Skip to content

Commit 625b376

Browse files
authored
Merge pull request #10 from macbre/run-docker-images
Run "docker images"
2 parents 53912ed + f9e6324 commit 625b376

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)