restore service_up|down|reset cli options with s6 overlay in cli #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "PUSH - Build on repository Push" | |
| on: | |
| push: | |
| paths: | |
| - '**' | |
| - '!/CHANGELOG.md' | |
| - '!/examples/*' | |
| - '!LICENSE' | |
| - '!README.md' | |
| - '!/zabbix_templates/*' | |
| jobs: | |
| prepare: | |
| uses: nfrastack/gha/.github/workflows/artifacts-encrypt.yml@main | |
| secrets: inherit | |
| alpine: | |
| needs: prepare | |
| uses: ./.github/workflows/distro_alpine.yml | |
| secrets: inherit | |
| debian: | |
| needs: prepare | |
| uses: ./.github/workflows/distro_debian.yml | |
| secrets: inherit | |
| cleanup: | |
| needs: [alpine, debian] | |
| uses: nfrastack/gha/.github/workflows/artifacts-remove.yml@main | |
| secrets: inherit |