Skip to content

Commit f0fe4f6

Browse files
committed
Pin to docker-compose v1.29.2
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent cba317e commit f0fe4f6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,8 @@ jobs:
125125
126126
- name: Install docker-compose
127127
run: |
128-
VERSION=$(curl --silent "https://api.github.com/repos/docker/compose/releases/latest" |
129-
grep '"tag_name":' |
130-
sed -E 's/.*"([^"]+)".*/\1/'
131-
)
132-
sudo curl -L "https://github.com/docker/compose/releases/download/$VERSION/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
128+
curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
129+
chmod +x /usr/local/bin/docker-compose
133130
134131
- name: Install dependencies
135132
run: |

0 commit comments

Comments
 (0)