2024.1.0 #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |