Add supervisor to Dockerfile for process management #479
This file contains 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: AlmaLinux | |
on: [push] | |
jobs: | |
Almalinux8: | |
runs-on: ubuntu-20.04 | |
container: almalinux:8 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/deploy-almalinux | |
Almalinux9: | |
runs-on: ubuntu-20.04 | |
container: almalinux:9 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/deploy-almalinux-9 | |