Skip to content

Merge branch 'main' of https://github.com/hotosm/fmtm-splitter #1

Merge branch 'main' of https://github.com/hotosm/fmtm-splitter

Merge branch 'main' of https://github.com/hotosm/fmtm-splitter #1

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/fmtm-splitter:ci"
build_args: |
COMMIT_REF=${{ github.sha }}