Skip to content

Commit

Permalink
Update prom-test.yml
Browse files Browse the repository at this point in the history
Updated compose version
  • Loading branch information
vegasbrianc authored Jun 21, 2022
1 parent 1b90145 commit 79cb914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prom-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install compose
run: sudo curl -L --fail https://github.com/docker/compose/releases/download/1.24.1/run.sh -o /usr/local/bin/docker-compose
run: sudo curl -L --fail https://github.com/docker/compose/releases/download/1.29.2/run.sh -o /usr/local/bin/docker-compose
- name: chmod compose
run: sudo chmod +x /usr/local/bin/docker-compose
- name: Build the Docker image
Expand Down

0 comments on commit 79cb914

Please sign in to comment.