This commit is contained in:
2025-10-05 20:28:36 +08:00
parent 7ae3f01467
commit dd1a14f0d4
2 changed files with 13 additions and 0 deletions

View File

@@ -1,9 +1,13 @@
# Continuous Integration Workflow
# This workflow builds and pushes Docker images to your private registry
# Trigger: Push to dev branch or manual dispatch
name: CI - Build and Push
on:
push:
branches:
- dev
workflow_dispatch:
inputs:
image_tag: