Skip to content

Astrocoders/verify-swarm-update-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verify swarm service update action

This action checks the update status of a service in a docker swarm and throws an error if it is not completed

Inputs

service-name

Required The service name

entrypoint

Optional Command added before the inspect service command. Ex.: docker-machine ssh manager-name

run-as-su

Optional Should run as super user?

Exemplo de uso

uses: actions/verify-swarm-update-action@v1
with:
  service-name: 'my-service-name'