Skip to content

Commit

Permalink
add install podman action
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Jan 29, 2024
1 parent 5acfe85 commit 4bfec2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-kyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
- name: Set up docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: Set up podman
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: podman
version: 1.0
- name: End-to-end testing
run: |
make verify-kustomize-e2e
Expand Down

0 comments on commit 4bfec2f

Please sign in to comment.