Skip to content

Commit

Permalink
cni plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe authored Jun 27, 2023
1 parent cf0c916 commit 28161be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/default-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install CNI plugins
run: |
sudo apt install containernetworking-plugins
sudo apt update
podman system reset --force
- name: Install Podman Compose
run: pip3 install https://github.com/containers/podman-compose/archive/devel.tar.gz
- name: Build traefik container
Expand Down

0 comments on commit 28161be

Please sign in to comment.