Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

build: replace mv with cp in ci build #7

build: replace mv with cp in ci build

build: replace mv with cp in ci build #7

Workflow file for this run

name: 🔧 Build CI Img
on:
# Push includes PR merge
push:
branches: [main]
paths:
# Workflow is triggered only if deps change
- "pyproject.toml"
- "Dockerfile"
# Allow manual trigger
workflow_dispatch:
jobs:
ci-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@1.4.0
with:
build_target: ci
image_tags: |
"ghcr.io/${{ github.repository }}:ci"