Skip to content

Updated README

Updated README #14

# Use hotosm workflow immage build fors pushes to main or release branches
name: Image Build
on:
push:
branches:
- 'main'
- 'release/*'
- 'dev'
jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/test_pytest.yml@main
secrets: inherit
with:
image_name: ghcr.io/${{ github.repository }}
build_target: prod
environment: dev