Skip to content

Commit

Permalink
Devops/ci cd enhancement (#23)
Browse files Browse the repository at this point in the history
* refactor(ci-cd): define reusable workflows for pushing images to ghcr and docker hub

* refactor(ci-cd): reconfigure ci pipelines as pr verify ones

* refactor(ci-cd): integrate reusable workflows for image publishing in ci pipelines

* fix(quetzalcoatl): pin explicit mssql tag for testcontainers in integration tests

* fix: disable testing step in quetzalcoatl pipelines due to misbehaving mssql containers

* feat(ci-cd): add release please pipeline and config

* refactor(release-please): change tag separator to slash

* refactor(release-please): update target branch
  • Loading branch information
WarriorsSami authored Sep 21, 2024
1 parent 49f790c commit 2ec725f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: 'develop'
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
include-component-in-tag: 'true'
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include-component-in-tag": true,
"include-v-in-tag": true,
"tag-separator": "@",
"tag-separator": "/",
"separate-pull-requests": true,
"packages": {
"quetzalcoatl": {
Expand Down

0 comments on commit 2ec725f

Please sign in to comment.