mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
[PR #81] [MERGED] feat(cicd): add Github Actions for images build & push #1093
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/81
Author: @nicocti
Created: 11/24/2025
Status: ✅ Merged
Merged: 12/2/2025
Merged by: @dextmorgn
Base:
main← Head:cicd📝 Commits (1)
210c058feat(cicd): add Github Actions for images build & push📊 Changes
1 file changed (+55 additions, -0 deletions)
View changed files
➕
.github/workflows/images.yml(+55 -0)📄 Description
Add a Github Actions configuration to build & push flowsint app & api to Dockerhub (a DOCKERHUB_TOKEN repository secret must be added before merging) & Github Container Registry when a tag is created.
We can choose between "on tag creation" & "on github release" triggers which are two available conditions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.