[PR #81] [MERGED] feat(cicd): add Github Actions for images build & push #1093

Closed
opened 2026-05-03 01:58:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: cicd


📝 Commits (1)

  • 210c058 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/81 **Author:** [@nicocti](https://github.com/nicocti) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 12/2/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `cicd` --- ### 📝 Commits (1) - [`210c058`](https://github.com/reconurge/flowsint/commit/210c058e3933f4781556c85787e45711221bc071) feat(cicd): add Github Actions for images build & push ### 📊 Changes **1 file changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/images.yml` (+55 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-03 01:58:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#1093