Skip to content

Commit f63bc40

Browse files
committed
Update Tables
1 parent 7542bcb commit f63bc40

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

docs/guides/features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ You can view an actual workflow run from the [Test job](https://github.com/cssnr
7777

7878
The following rolling [tags](https://github.com/cssnr/stack-deploy-action/tags) are maintained to improve stability across updates.
7979

80-
| Version Tag | Rolling | Bugs | Feat. | Name | Target | Example |
81-
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----: | :--: | :---: | :-------: | :------: | :------- |
82-
| [![GitHub Tag Major](https://img.shields.io/github/v/tag/cssnr/stack-deploy-action?sort=semver&filter=!v*.*&style=for-the-badge&label=%20&color=44cc10)](https://github.com/cssnr/stack-deploy-action/releases/latest) |||| **Major** | `vN.x.x` | `vN` |
83-
| [![GitHub Tag Minor](https://img.shields.io/github/v/tag/cssnr/stack-deploy-action?sort=semver&filter=!v*.*.*&style=for-the-badge&label=%20&color=blue)](https://github.com/cssnr/stack-deploy-action/releases/latest) |||| **Minor** | `vN.N.x` | `vN.N` |
84-
| [![GitHub Release](https://img.shields.io/github/v/release/cssnr/stack-deploy-action?style=for-the-badge&label=%20&color=red)](https://github.com/cssnr/stack-deploy-action/releases/latest) |||| **Micro** | `vN.N.N` | `vN.N.N` |
80+
| Version Tag | Rolling | Bugs | Feat. | Name | Target | Example |
81+
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----: | :--: | :---: | :-------: | :------: | :------- |
82+
| [![GitHub Tag Major](https://img.shields.io/github/v/tag/cssnr/stack-deploy-action?sort=semver&filter=!v*.*&style=for-the-badge&label=%20&color=44cc10)](https://github.com/cssnr/stack-deploy-action/releases) |||| **Major** | `vN.x.x` | `vN` |
83+
| [![GitHub Tag Minor](https://img.shields.io/github/v/tag/cssnr/stack-deploy-action?sort=semver&filter=!v*.*.*&style=for-the-badge&label=%20&color=blue)](https://github.com/cssnr/stack-deploy-action/releases) |||| **Minor** | `vN.N.x` | `vN.N` |
84+
| [![GitHub Release](https://img.shields.io/github/v/release/cssnr/stack-deploy-action?style=for-the-badge&label=%20&color=red)](https://github.com/cssnr/stack-deploy-action/releases) |||| **Micro** | `vN.N.N` | `vN.N.N` |
8585

8686
You can view the release notes for each version on the [releases](https://github.com/cssnr/stack-deploy-action/releases) page.
8787

docs/guides/get-started.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ _If creating a [new workflow](https://docs.github.com/en/actions/concepts/workfl
2828
The only 4 required inputs are [name](../docs/inputs.md#name), [host](../docs/inputs.md#host), [user](../docs/inputs.md#user)
2929
and [pass](../docs/inputs.md#pass) or [ssh_key](../docs/inputs.md#ssh_key) _(not both)_.
3030

31+
Check out the [Rolling Tags](features.md#rolling-tags) for more tag options, however `@v1` is recommended.
32+
33+
[![Latest Version](https://img.shields.io/github/v/release/cssnr/stack-deploy-action?style=for-the-badge&logo=github&label=Latest%20Release)](https://github.com/cssnr/stack-deploy-action/releases)
34+
3135
<div class="tip custom-block" style="padding-top: 8px">
3236

33-
See the [Inputs Documentation](../docs/inputs.md) for more options and **default** values.
37+
See the [Inputs Documentation](../docs/inputs.md) for additional options and **default values**.
3438

3539
</div>
3640

@@ -47,7 +51,7 @@ If using the `workflow_dispatch` trigger you can [manually run the job](https://
4751

4852
<div class="tip custom-block" style="padding-top: 8px">
4953

50-
See the [Inputs Documentation](../docs/inputs.md) for more options to customize your deployment.
54+
See the [Inputs Documentation](../docs/inputs.md) for more options and detailed usage.
5155

5256
</div>
5357

docs/guides/resources.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ and all [feature requests](https://github.com/cssnr/stack-deploy-action/discussi
2626
None of these actions have been tested. This is an exhaustive list of published actions.
2727
:::
2828

29+
<!-- Sort Order - 1: Stars - 2: Forks - 3: Updated -->
30+
2931
<StackTable
3032
:repos="[
3133
'cssnr/stack-deploy-action',
@@ -44,9 +46,9 @@ None of these actions have been tested. This is an exhaustive list of published
4446
'djnotes/github-action-ssh-docker-compose',
4547
'hasnat/deploy-docker-compose',
4648
'shockhs/docker-stack-deploy',
47-
'open-fringecore/docker-ssh-push',
4849
'alcharra/docker-deploy-action-go',
4950
'erwanclx/docker-remote-deployment-action',
51+
'open-fringecore/docker-ssh-push',
5052
'humbertocrispim/ssh-docker-compose-action',
5153
'jacobjove/deploy-docker-ssh',
5254
'5eqn/docker-compose-remote-action',
@@ -71,12 +73,12 @@ None of these actions have been tested. This is an exhaustive list of published
7173
'dombyte/docker-deploy',
7274
'modcraftmc/custom-docker-compose-ssh-deployment',
7375
'anilrajrimal1/ecr-docker-ssh-deployer',
74-
'hantastic3/ssh-deploy-action',
7576
'tristiisch/docker-stack-deployment',
77+
'hantastic3/ssh-deploy-action',
7678
'sovarto/deploy-swarm-service',
7779
'leonidgrishenkov/docker-stack-deploy',
78-
'harrisonratcliffe/github-action-docker-swarm-deploy',
7980
'xfathurrahman/tailscale-stack-deploy-action',
81+
'harrisonratcliffe/github-action-docker-swarm-deploy',
8082
'qdrx/stack-deploy-action',
8183
'deriannavy/docker-context-action',
8284
'Autom3/docker-deployment-action',

0 commit comments

Comments
 (0)