added image argument for private images

This commit is contained in:
2022-01-07 23:02:43 +00:00
parent a8e77f1aee
commit 0ffe15d0e3
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,10 @@ This is meant to be used as a [Drone plugin](http://plugins.drone.io/).
- **deploy_key**: SSH private key part for ssh public key authentication
- **stack**: Name of the stack to be deployed
### Required (If Private Repo)
- **image**: Name and Tag of image since private image's are not pulled automatically by docker stack deploy
### Optional (with defaults)
- **compose** (default: `compose.yml`): compose file to use for deploying