Skip to content
file-text

GitHub Action

Setup Podman Compose

v1 Latest version

Setup Podman Compose

file-text

Setup Podman Compose

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Podman Compose

uses: webgtx/setup-podman-compose@v1

Learn more about this action in webgtx/setup-podman-compose

Choose a version

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