Skip to content

🔧 Build Tag & Release Images #32

🔧 Build Tag & Release Images

🔧 Build Tag & Release Images #32

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.3.2
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