Skip to content

Commit b9bc864

Browse files
committed
Move Context Down
1 parent eb7376a commit b9bc864

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/guides/features.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ You can [get started here](get-started.md) or view [workflow examples](examples.
1818
If you need more options, please [open a feature request](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests)
1919
:::
2020

21-
<!--@include: ./include/context-action.md-->
22-
2321
## Remote Context
2422

2523
This action uses a [remote context](https://docs.docker.com/engine/manage-resources/contexts/)
@@ -51,6 +49,10 @@ steps:
5149

5250
:::
5351

52+
_If you need to run multiple docker commands check out the new [Docker Context Action](https://actions.cssnr.com/docker-context/)._
53+
54+
<!--@include: ./include/context-action.md-->
55+
5456
## Job Summary
5557

5658
Unless disabled, a Job Summary is generated to capture the command, output and errors.

docs/guides/get-started.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ To get started, create or update your [workflow file](#workflow) and review the
1212

1313
_You can also view the [features](features.md) and additional [examples](examples.md)._
1414

15-
<!--@include: ./include/context-action.md-->
15+
If you need to run multiple docker commands see the [Docker Context](#docker-context) Action.
16+
You can also deploy directly to [Portainer](#portainer).
1617

1718
## Workflow
1819

@@ -101,11 +102,19 @@ If working within an [GitHub Organization](https://docs.github.com/en/organizati
101102
you can create these secrets in the organization and make them available to all your repositories.
102103
_This is why I use the [cssnr](https://github.com/cssnr) organization._
103104

105+
## Docker Context
106+
107+
This action creates a docker context in the current workflow to run any docker commands.
108+
109+
<!--@include: ./include/context-action.md-->
110+
111+
More details on the website: https://actions.cssnr.com/docker-context
112+
104113
## Portainer
105114

106115
If you use Portainer, you should deploy directly to [Portainer](https://www.portainer.io/resources/get-started/install) for full control.
107116

108-
For this you should use: [cssnr/portainer-stack-deploy-action](https://github.com/cssnr/portainer-stack-deploy-action)
117+
For this you should use [cssnr/portainer-stack-deploy-action](https://github.com/cssnr/portainer-stack-deploy-action).
109118

110119
- https://github.com/marketplace/actions/portainer-stack-deploy-action
111120

0 commit comments

Comments
 (0)