Skip to content

Commit 45d9eb5

Browse files
authored
Update docker_test_build.yml
1 parent 749df1d commit 45d9eb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker_test_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Build the Docker image
18-
run: docker build . --file Dockerfile
19-
docker images
18+
run: |
19+
docker build . --file Dockerfile
20+
docker images

0 commit comments

Comments
 (0)