Skip to content

Commit

Permalink
Fixed: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiArya20 committed Dec 11, 2024
1 parent 2502c19 commit 1fb2d8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 # Setup Buildx (latest version)

- name: Cache Docker layers (optional but recommended for faster builds)
- name: Cache Docker layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
Expand All @@ -25,5 +25,4 @@ jobs:
${{ runner.os }}-buildx-
- name: Build and run Docker Compose
run: |
docker-compose up -d # Run Docker Compose in detached mode
run: sudo docker compose up -d # Run Docker Compose in detached mode

0 comments on commit 1fb2d8a

Please sign in to comment.