Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 399 Bytes

Setup Podman Compose

Set up your GitHub Actions workflow with a latest stable podman-compose

Usage

name: 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