Skip to content
check-circle

GitHub Action

Verify swarm service update status

v5 Latest version

Verify swarm service update status

check-circle

Verify swarm service update status

Verify swarm service update status

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Verify swarm service update status

uses: Astrocoders/verify-swarm-update-action@v5

Learn more about this action in Astrocoders/verify-swarm-update-action

Choose a version

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'