Setup Podman Compose
Actionsname: Podman Comopse Workflow
on:
push:
branches: ["master"]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webgtx/setup-podman-compose@v1
- run: podman-compose -f "compose.yml" up -d
Setup Podman Compose is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.