Skip to content

bump: version 0.1.0 → 0.2.0 #2

bump: version 0.1.0 → 0.2.0

bump: version 0.1.0 → 0.2.0 #2

Workflow file for this run

name: 🔧 Build
on:
push:
# Build on each new tag
tags: ["*"]
# Allow manual trigger
workflow_dispatch:
jobs:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.0
with:
build_target: prod
image_name: "ghcr.io/${{ github.repository }}"