Update CI/CD workflows to enable automatic triggers after successful builds
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 10s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 10s
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -1,11 +1,14 @@
|
||||
# Continuous Integration Workflow
|
||||
# This workflow builds and pushes Docker images to your private registry
|
||||
# Trigger: Manual dispatch only
|
||||
# Trigger: Push to dev branch or manual dispatch
|
||||
|
||||
name: CI - Build and Push
|
||||
|
||||
# Trigger configuration - manual dispatch only
|
||||
# Trigger configuration - automatic on dev push, manual dispatch available
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
image_tag:
|
||||
|
||||
Reference in New Issue
Block a user