Skip to content

gacts/install-podman

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

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logo

Install (update) Podman

Release version Build Status License

Composite GitHub Action installs a fresh Podman version in your GitHub Actions workflow. Only for Linux (runs-on: ubuntu-latest) runners.

Usage

jobs:
  install-podman:
    runs-on: ubuntu-latest
    steps:
      - uses: gacts/install-podman@v1
        #with:
        #  kind: unstable # `testing` by default
        #  qemu: true # `false` by default

      - run: podman version

Tip: Use Dependabot to maintain your gacts/install-podman version updated in your GitHub workflows.

Support

Issues Issues

If you find any action errors - please, make an issue in the current repository.

License

This is open-sourced software licensed under the MIT License.