Skip to content

Setup Podman Compose

Actions
Set up your GitHub Actions workflow with a latest stable podman-compose
v1
Latest
Star (0)

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

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.

About

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

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.