Skip to content

Commit

Permalink
install docker compose runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Nov 20, 2024
1 parent 4b6915d commit c8a923f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install docker-compose-plugin
- name: Set up Docker Compose
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit c8a923f

Please sign in to comment.