Skip to content

Commit

Permalink
fix(workflow): docker not found
Browse files Browse the repository at this point in the history
  • Loading branch information
btwlouis authored Jan 13, 2025
1 parent 576166d commit 4fdaad9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose-plugin
- name: Build Image
run: docker compose build

- name: Run Docker services
run: docker-compose up -d
run: docker compose up -d

0 comments on commit 4fdaad9

Please sign in to comment.