Skip to content

fix(tilepack-api): add minzoom and maxzoom to tile assets generated #3

fix(tilepack-api): add minzoom and maxzoom to tile assets generated

fix(tilepack-api): add minzoom and maxzoom to tile assets generated #3

name: Build Tilepack Worker
on:
push:
branches:
- main
paths:
- "backend/tilepack-api/worker/**"
workflow_dispatch:
jobs:
image-build-and-push:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@3.6.0
with:
context: backend/tilepack-api/worker/
image_name: ghcr.io/${{ github.repository }}/tilepack/worker
dockerfile: Dockerfile
# For https://github.com/protomaps/go-pmtiles/pull/275
scan_image: false