Skip to content

bump: version 0.0.0 → 0.1.0 #1

bump: version 0.0.0 → 0.1.0

bump: version 0.0.0 → 0.1.0 #1

Workflow file for this run

name: 🔧 Build Tag & Release Images
on:
# Any tag push
push:
tags:
- "*"
# 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
# Frontend is not built as build variables are required