Skip to content

chore(deps): update ghcr.io/twin/gatus docker tag to v5.11.0 - autoclosed #71

chore(deps): update ghcr.io/twin/gatus docker tag to v5.11.0 - autoclosed

chore(deps): update ghcr.io/twin/gatus docker tag to v5.11.0 - autoclosed #71

Workflow file for this run

---
name: Deploy gatus
on: # yamllint disable-line rule:truthy
push:
branches:
- main
paths:
- roles/gatus/**
- .github/workflows/gatus.yaml
pull_request:
paths:
- roles/gatus/**
- .github/workflows/gatus.yaml
jobs:
gatus:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/setup-ansible
- run: |
ansible-playbook main.yaml --limit localhost --tags gatus
docker ps --filter name=gatus | grep --quiet gatus