Skip to content

Propagate request context to handlers #71

Propagate request context to handlers

Propagate request context to handlers #71

Workflow file for this run

name: Build on Ubuntu 24.04
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Docker images
uses: docker/build-push-action@v5
with:
file: docker/ubuntu/Dockerfile2404
load: true
tags: cgimap:2404
- name: Running Docker image
run: |
docker run --entrypoint /bin/bash cgimap:2404 -c "/usr/local/bin/openstreetmap-cgimap --help"