diff --git a/.github/workflows/dockerhub_alpine.yaml b/.github/workflows/dockerhub_alpine.yaml index 61004117..56833bb0 100644 --- a/.github/workflows/dockerhub_alpine.yaml +++ b/.github/workflows/dockerhub_alpine.yaml @@ -25,6 +25,14 @@ on: - cron: '0 10 30 * *' jobs: + bash_tools_alpine: + name: check + timeout-minutes: 1 + runs-on: ubuntu-latest + container: harisekhon/nagios-plugins + steps: + - name: check + run: check_dockerhub_repo_build_status.py --repo harisekhon/bash-tools --tag alpine alpine-github: name: check timeout-minutes: 1