Skip to content

2026.1.1 Translations #33

2026.1.1 Translations

2026.1.1 Translations #33

Workflow file for this run

name: 🔧 Build Tag & Release Images
on:
# All releases
release:
types: [published]
# Allow manual trigger
workflow_dispatch:
jobs:
backend-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@3.6.0
with:
context: src
build_target: prod
image_name: ghcr.io/${{ github.repository }}
multi_arch: true
extra_build_args: MONITORING=yes
# Frontend is not built as build variables are required