Skip to content

Commit 5dcbb0e

Browse files
committed
Fix Context Example
1 parent fc53e6e commit 5dcbb0e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ steps:
7070
pass: ${{ secrets.DOCKER_PASS }}
7171
7272
- name: 'Stack Deploy'
73-
runs: docker stack deploy -c docker-compose.yaml --detach=false stack-name
73+
run: docker stack deploy -c docker-compose.yaml --detach=false stack-name
7474
```
7575

7676
See the [README.md](https://github.com/cssnr/docker-context-action?tab=readme-ov-file#readme) on [GitHub](https://github.com/cssnr/docker-context-action) for more details.
@@ -90,10 +90,10 @@ _Portainer Users: You can deploy directly to Portainer with: [cssnr/portainer-st
9090
- Allows setting custom arguments for the deployment command.
9191
- **View more the [Features](https://docker-deploy.cssnr.com/guides/features) on the website.**
9292

93-
You can also view an [Action Comparison](https://docker-deploy.cssnr.com/guides/resources#action-comparison) of over 50 actions published on the marketplace.
94-
9593
Don't see your feature here? Please help by submitting a [Feature Request](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests).
9694

95+
You can also view an [Action Comparison](https://docker-deploy.cssnr.com/guides/resources#action-comparison) of 50+ actions published on the marketplace.
96+
9797
## Inputs
9898

9999
> [!IMPORTANT]

0 commit comments

Comments
 (0)