Skip to content

Update docker.io/eclipse-mosquitto Docker tag to v2.0.17 (#44) #20

Update docker.io/eclipse-mosquitto Docker tag to v2.0.17 (#44)

Update docker.io/eclipse-mosquitto Docker tag to v2.0.17 (#44) #20

Workflow file for this run

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