Skip to content

Commit f506808

Browse files
committed
Try to run cgimap --help in docker image
1 parent 02e0cf5 commit f506808

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docker_2404.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v4
10+
- name: Checkout
11+
uses: actions/checkout@v4
1112

1213
- name: Build Docker images
1314
uses: docker/build-push-action@v5
1415
with:
1516
file: docker/ubuntu/Dockerfile2404
17+
load: true
18+
tags: cgimap:2404
19+
- name: Running Docker image
20+
run: |
21+
docker run --entrypoint /bin/bash cgimap:2404 -c "/usr/local/bin/openstreetmap-cgimap --help"

0 commit comments

Comments
 (0)