Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Fix Context Example
  • Loading branch information
smashedr committed Nov 27, 2025
commit 5dcbb0e947121b6c498275b0da488e402347c422
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
pass: ${{ secrets.DOCKER_PASS }}

- name: 'Stack Deploy'
runs: docker stack deploy -c docker-compose.yaml --detach=false stack-name
run: docker stack deploy -c docker-compose.yaml --detach=false stack-name
```

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.
Expand All @@ -90,10 +90,10 @@ _Portainer Users: You can deploy directly to Portainer with: [cssnr/portainer-st
- Allows setting custom arguments for the deployment command.
- **View more the [Features](https://docker-deploy.cssnr.com/guides/features) on the website.**

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

Don't see your feature here? Please help by submitting a [Feature Request](https://github.com/cssnr/stack-deploy-action/discussions/categories/feature-requests).

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

## Inputs

> [!IMPORTANT]
Expand Down
Loading