Skip to content

Commit

Permalink
Fix CI versions for incompatible Compose
Browse files Browse the repository at this point in the history
- Docker Compose 2.24 broke behaviour we rely on for merging .env files. Versions since 2.27.1 restore this funcitonality: docker/compose#11824
  • Loading branch information
aequitas authored and mxsasha committed Jun 13, 2024
1 parent 3f1e362 commit 3a99706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
sudo apt-get update
# upgrade Docker
sudo apt install --upgrade docker-ce
sudo apt install --upgrade docker-ce docker-compose-plugin
- name: Enable ip6tables in Docker
run: |
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
sudo apt-get update
# upgrade Docker
sudo apt install --upgrade docker-ce
sudo apt install --upgrade docker-ce docker-compose-plugin
- name: Enable ip6tables in Docker
run: |
Expand Down

0 comments on commit 3a99706

Please sign in to comment.