Skip to content

Set up your GitHub Actions workflow with a podman-compose

License

Notifications You must be signed in to change notification settings

webgtx/setup-podman-compose

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Set up your GitHub Actions workflow with a podman-compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published