Skip to content

Commit 42065e3

Browse files
committed
Merge branch 'dev_0.9.2' into dev_0.9.3
2 parents 95c8806 + 595cb23 commit 42065e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image-quickrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
build:
1212

1313
runs-on: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04 ]
14-
1514
steps:
1615
- uses: actions/checkout@v2
1716
- name: Build the Docker image
@@ -21,6 +20,7 @@ jobs:
2120
./build.sh
2221
- name: Info on Docker images
2322
run: |
23+
docker -v
2424
docker images
2525
- name: Run the Docker image
2626
run: |

0 commit comments

Comments
 (0)