Skip to content

Commit

Permalink
trying devel branch of podman compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe authored Jun 27, 2023
1 parent 0879b73 commit cf0c916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Podman Compose
run: pip3 install podman-compose
run: pip3 install https://github.com/containers/podman-compose/archive/devel.tar.gz
- name: Build traefik container
run: podman-compose up
- name: Check traefik container
Expand Down

0 comments on commit cf0c916

Please sign in to comment.