Skip to content

docs: update readme with badages #20

docs: update readme with badages

docs: update readme with badages #20

Workflow file for this run

name: Build CI Img
on:
# Push includes PR merge
push:
branches: [main]
paths:
# Workflow is triggered only if deps change
- "pyproject.toml"
- "Dockerfile"
# Allow manual trigger
workflow_dispatch:
jobs:
backend-ci-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@main
with:
build_target: ci
image_tags: |
"ghcr.io/hotosm/osm-rawdata:ci"
build_args: |
COMMIT_REF=${{ github.sha }}