feat: add service pipeline#82
Merged
Merged
Conversation
06ce3e4 to
2f33cb7
Compare
4bc9e08 to
f353490
Compare
f353490 to
cc1b348
Compare
e7cbde1 to
ceef37e
Compare
d050112 to
d1ee971
Compare
tamedia-fission Bot
pushed a commit
that referenced
this pull request
Feb 16, 2026
## [3.19.0](v3.18.0...v3.19.0) (2026-02-16) ### ✨ Features * add service pipeline ([#82](#82)) ([2a86b14](2a86b14))
|
🎉 This PR is included in version 3.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new reusable
service-pipeline.yamlworkflow — an end-to-end build and release pipeline for containerized services. It builds a Docker image, pushes to ECR across multiple AWS environments (via matrix config), creates a GitHub release using semantic-release, and optionally sends a Slack notification.Features
docker_secrets) — mount secrets during build for private registry access (npm tokens, pip credentials, etc.)docker_build_args) — pass additional build args beyond the built-inVERSION,BUILD_DATE,VCS_REFpr-<number>image tags on pull requestsNew inputs
service_nameservice_pathdockerfile_pathservice_pathconfig_pathdocker_build_argsKEY=VALUE)slack_channelapp_idNew secrets
docker_secrets--mount=type=secretusageslack_bot_tokenapp_private_keyMotivation and Context
Provides a standardised, opinionated pipeline for containerized services so teams don't have to compose
docker-build+docker-push-ecr+gh-release+ Slack notification workflows manually.Breaking Changes
None — this is a new workflow.
How Has This Been Tested?
.github/workflows/_test-*.yamlto demonstrate and validate my change(s)_test-service-pipeline.yamlincludes: build stage test, setup/config test, and a build-with-secrets test (verifies secret mounting and custom build args)tests/service-pipeline/secrets.Dockerfileexercises--mount=type=secretandARGusagepre-commit run -aon my pull requestmake gen_docs_runon my pull requestGithub Conventional Commit Release
https://dnd-it.github.io/github-workflows/workflows/gh-release/