Skip to content

bump: version 1.5.0 → 1.5.1 #22

bump: version 1.5.0 → 1.5.1

bump: version 1.5.0 → 1.5.1 #22

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.3
with:
build_target: prod
image_name: "ghcr.io/${{ github.repository }}"