update
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user