We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e0cf5 commit f506808Copy full SHA for f506808
.github/workflows/docker_2404.yml
@@ -7,9 +7,15 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v4
+ - name: Checkout
11
+ uses: actions/checkout@v4
12
13
- name: Build Docker images
14
uses: docker/build-push-action@v5
15
with:
16
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