Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Compose Action
source_repo: hoverkraft-tech/compose-action
source_path: README.md
source_branch: main
source_run_id: 28178241790
last_synced: 2026-06-25T14:45:41.290Z
source_run_id: 28220321890
last_synced: 2026-06-26T06:06:01.466Z
---

<!-- header:start -->
Expand Down
62 changes: 31 additions & 31 deletions application/docs/projects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,21 @@ export const projectSections = [

icon: '⚡',

title: 'compose-action',
title: 'ci-github-publish',

titleHref: 'https://github.com/hoverkraft-tech/compose-action',
titleHref: 'https://github.com/hoverkraft-tech/ci-github-publish',

meta: 'TypeScript • ⭐ 210 • Updated Jun 25, 2026',
meta: 'JavaScript • ⭐ 5 • Updated Jun 26, 2026',

description: 'This action runs your docker-compose file and clean up before action finished',
description: 'Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing.',

tags: [

'continuous-integration',
'continuous-delivery',

'docker-compose',
'continuous-deployment',

'continuous-integration',

'github-actions',

Expand All @@ -46,15 +48,15 @@ export const projectSections = [

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/compose-action'
href: 'https://github.com/hoverkraft-tech/ci-github-publish'

},

{

label: 'Documentation',

href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/'

}

Expand All @@ -66,23 +68,23 @@ export const projectSections = [

icon: '⚡',

title: 'ci-github.qkg1.topmon',
title: 'compose-action',

titleHref: 'https://github.com/hoverkraft-tech/ci-github.qkg1.topmon',
titleHref: 'https://github.com/hoverkraft-tech/compose-action',

meta: 'JavaScript • ⭐ 4 • Updated Jun 23, 2026',
meta: 'TypeScript • ⭐ 210 • Updated Jun 26, 2026',

description: 'Opinionated GitHub actions and workflows for common continuous integration needs',
description: 'This action runs your docker-compose file and clean up before action finished',

tags: [

'continuous-integration',

'github-actions',
'docker-compose',

'open-source',
'github-actions',

'workflow'
'open-source'

],

Expand All @@ -92,15 +94,15 @@ export const projectSections = [

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github.qkg1.topmon'
href: 'https://github.com/hoverkraft-tech/compose-action'

},

{

label: 'Documentation',

href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github.qkg1.topmon/'
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'

}

Expand All @@ -112,25 +114,23 @@ export const projectSections = [

icon: '⚡',

title: 'ci-github-publish',
title: 'ci-github-common',

titleHref: 'https://github.com/hoverkraft-tech/ci-github-publish',
titleHref: 'https://github.com/hoverkraft-tech/ci-github-common',

meta: 'JavaScript • ⭐ 5 • Updated Jun 22, 2026',
meta: 'JavaScript • ⭐ 4 • Updated Jun 23, 2026',

description: 'Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing.',
description: 'Opinionated GitHub actions and workflows for common continuous integration needs',

tags: [

'continuous-delivery',

'continuous-deployment',

'continuous-integration',

'github-actions',

'open-source'
'open-source',

'workflow'

],

Expand All @@ -140,15 +140,15 @@ export const projectSections = [

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github-publish'
href: 'https://github.com/hoverkraft-tech/ci-github-common'

},

{

label: 'Documentation',

href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/'
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-common/'

}

Expand Down Expand Up @@ -398,7 +398,7 @@ export const projectSections = [

titleHref: 'https://github.com/hoverkraft-tech/docker-base-images',

meta: 'JavaScript • ⭐ 1 • Updated Jun 24, 2026',
meta: 'JavaScript • ⭐ 1 • Updated Jun 26, 2026',

description: 'Opiniated Docker base images',

Expand Down Expand Up @@ -1494,9 +1494,9 @@ export const quickStats = [

export const projectSnapshot = {

lastUpdated: '2026-06-25',
lastUpdated: '2026-06-26',

technologiesSummary: 'including HCL, TypeScript, Shell, JavaScript, Go Template, and more.'
technologiesSummary: 'including JavaScript, TypeScript, HCL, Shell, Go Template, and more.'

};

Expand Down
Loading