Skip to content

fix(release): gate builds behind Play preflight #245

fix(release): gate builds behind Play preflight

fix(release): gate builds behind Play preflight #245

name: Docker Image (cloud)
on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
tag:
description: 'Release tag to build (e.g., v0.6.3)'
required: false
type: string
permissions:
contents: read
packages: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
build-and-push-image:
uses: ./.github/workflows/docker-image-reusable.yml
with:
image_name: mindwtr-cloud
dockerfile: ./docker/cloud/Dockerfile
tag: ${{ github.event.inputs.tag || '' }}