Skip to content

v2024.4.0

v2024.4.0 #9

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/[email protected]
with:
context: src/backend
build_target: prod
image_name: ghcr.io/${{ github.repository }}/backend
multi_arch: true
# Frontend is not built as build variables are required