Skip to content

Commit

Permalink
Fix podman-compose not working
Browse files Browse the repository at this point in the history
with podman 3.4.4 from Ubuntu
by limiting podman-compose to 1.0.3
  • Loading branch information
mikedep333 committed Jun 26, 2023
1 parent eef874c commit b7aeaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
sudo -E apt-get -yq --no-install-suggests --no-install-recommends install httpie
echo ::endgroup::
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
pip install podman-compose
pip install "podman-compose==1.0.3"
shell: bash
- name: Build images
run: |
Expand Down

0 comments on commit b7aeaf5

Please sign in to comment.