Skip to content

docs: update changelog on cz bump #3

docs: update changelog on cz bump

docs: update changelog on cz bump #3

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:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
with:
build_target: ci
image_tags: |
"ghcr.io/${{ github.repository }}:ci"