Skip to content

Commit

Permalink
fix:install docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie-A committed Oct 12, 2024
1 parent 8578b70 commit bf7a966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/2.28.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
- name: run containers
run: docker-compose up

0 comments on commit bf7a966

Please sign in to comment.